evsum.icn: Program to tabulate event codes

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

This tool tabulates event codes.  It is called as

     evsum 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.  If no mask is specified, all
             events are tabulated. (See evdefs.icn for a list of event
             mask names.)

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

     -t      record time spent in monitoring.


Source code | Program Library Page | Icon Home Page