[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
TRACE, BREAK, and WATCH
The "Watch Package" is modeled after BREAK, TRACE, and CORE in UCI LISP.
TRACE (replacing T's TRACE) traces any number of procedures.
BREAK puts a breakpoint loop at the beginning of each broken procedure.
WATCH accumulates runtime statistics (clock time, CPU time, storage)
for selected procedures and prints a table of the results. These three
tools know about each other; you can use them, and un-do them, in any
order.
For details, see WATCH.DOC in any of the following neighborhood locations:
[RES]<a.pearl.meehan>watch.doc
[ATRANS]/usr/pearl/doc/watch.doc
[RING]//fs1/yale/meehan/tools/watch.doc
-------