5.3 Documentation addenda

print-monitors

Function

Syntax:

 print-monitor function-or-method &optional stream
 print-monitors &optional stream
The function print-monitor prints a performance report for the specified function or method to the designated stream. The report contains the following information:

The function print-monitors prints performance reports for all monitored functions and methods to the specified stream.

The function-or-method argument to print-monitor specifies the name of a monitored function, a method object, or the name of a method. A method name has the following form:

 (method generic-function-name {qualifiers}* 
                                  ({specializer-name}*)) 

The default value of the optional stream argument to these functions is the stream that is the value of the Common Lisp variable
*standard-output*.

Note that the report does not include zero counts.


Liquid Common Lisp 5.0 Release and Installation Notes - 9 JUN 1997

Generated with Harlequin WebMaker