strsum.icn: Program to tabulate string computation

August 14, 1994; Ralph E. Griswold
Requires: MT Icon and event monitoring.
This file is in the public domain.

This tool tabulates string-computation activity.  It is called as

     strsum prog

where prog is a program compiled under MT Icon whose events are to
be tabulated.

The options supported are:

     -o s    write output to file s; default &output.

     -t      record time spent in monitoring.


Source code | Program Library Page | Icon Home Page