cnvsum.icn: Program to tabulate type-conversion activity

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

This tool tabulates type-conversion activity.  It is called as

     cnvsum 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