exprsum.icn: Program to tabulate operator and function evaluation

February 20, 1995; Ralph E. Griswold
Requires: Version 9 MT Icon and event monitoring.
This file is in the public domain.

This tool tabulates operator and function activity.  It is called as

     exprsum 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