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

NextPrevUpTopContentsIndex

*default-profiler-limit*

Variable
Summary

The maximum number of lines of output that are printed during profiling.

Package

hcl

Initial value

100,000,000

Description

*default-profiler-limit* is the maximum number of lines of output in profile results. The default value is large to ensure that you receive all possible output requested. *default-profiler-limit* only counts output lines for functions that are actually called during profiling. Therefore, if *default-profiler-limit* is 19, and 20 functions were profiled, you would receive full output if one or more of the functions were not actually called during profiling.

See also

print-profile-list
set-up-profiler


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex