One of two values -- :profile
or :top
. This refers to which column of the profiling results reset-profiler
uses to determine which symbols to delete from the list of symbols to profile. The default is :profile
.
This function updates the list of symbols being profiled according to the results of the previous profiling run. reset-profiler
runs down the list of symbols being profiled and removes any symbols whose appearance in the previous profiling run falls below the value *profiler-threshold*. In this way the number of symbols being considered by the profiler can be reduced to just those which are important.
Reducing the number of symbols in the list of symbols to profile does not actually speed up the execution of the form being profiled, but does reduce the setting up time of the profiler and the size of the list of results.
LispWorks User Guide and Reference Manual - 20 Sep 2017