Function
hcl
reset-profiler &key according-to => nil
One of two values --:profile or:top. This refers to which column of the profiling resultsreset-profiler uses to determine which symbols to delete from *profile-symbol-list*. The default is:profile.
reset-profiler returnsnil. 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. (reset-profiler :according-to :top)
profile-symbol-list 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. profileprint-profile-listset-profiler-threshold