Prints a reversed call tree of profiled code below allocation functions.
hcl
profiler-tree-to-allocation-functions &optional max-depth
max-depth⇩ |
A number or nil . |
The function profiler-tree-to-allocation-functions
prints a tree of function calls where the roots are the various allocation functions of LispWorks, and the children are their callers. The tree is reversed, with callers appearing under their callees.
profiler-tree-to-allocation-functions
uses the data from the previous profile session with style :tree
. A profile session ends at the end of profile or when stop-profiling is called or when the Profiler tool finishes profiling.
max-depth limits the depth of tree that is printed. If max-depth is nil
then there is no limit on the depth that is printed. The default value of max-depth is 12.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35