opersum.icn: Program to tabulate operation activity

March 10, 1998; Ralph E. Griswold
Requires: MT Icon and event monitoring.
This file is in the public domain.

This tool tabulates operation activity.  It is called as

     opersum prog

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

The options supported are:

     -m s    sets the event mask named s.  The supported masks are
             FncMask (the default), OperMask, ProcMask, ScanMask,
             and Oper+Mask, which includes both ScanMask and
             OperMask.

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

     -t      record time spent in monitoring.


Source code | Program Library Page | Icon Home Page