All Manuals > LispWorks® User Guide and Reference Manual > 37 The HCL Package

*profile-symbol-list* Variable

Summary

Deprecated. The list of symbols to be profiled.

Package

hcl

Initial Value

nil

Description

The variable *profile-symbol-list* is the list of symbols that are profiled if profile is called. Symbols in this list are monitored by the profiler to see if their function objects are on the stack when the profiler interrupts the Lisp process. The length of this list does not affect the speed of the profiling run.

Notes

*profile-symbol-list* should normally be set by one of the above functions which check that the symbol is suitable for profiling before adding them to the list.

See also

add-symbol-profiler
remove-symbol-profiler
set-up-profiler


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35