
5.3 Documentation addenda
monitor-number-of-calls
Function
- Syntax: each of these functions takes a function as its single argument.
- These functions return monitoring information for the specified function; you can use these functions to construct your own summary mechanism:
- monitor-inclusive-consing returns the number of words of storage allocated for the function and for all the functions that it calls.
- monitor-exclusive-consing returns the number of words of storage allocated exclusively for this function.
- monitor-inclusive-time returns the number of seconds spent in this function and in the functions that it calls.
- monitor-exclusive-time returns the number of seconds spent exclusively in this function.
- monitor-number-of-calls returns the number of invocations of this function.
- The function argument must specify the name of a monitored function.
- These functions are Lucid extensions to Common Lisp.
- See also:
print-monitor, print-monitors, summarize-monitors
Liquid Common Lisp 5.0 Release and Installation Notes - 9 JUN 1997

Generated with Harlequin WebMaker