NextPrevUpTopContentsIndex

11.1 What the profiler does

With the profiler running, the Lisp process is interrupted regularly at a specified time interval until the profiler is turned off. Having halted the execution of the process the profiler scans the execution stack and records the name of every function found. A special note is made of which function is at the top of the stack. When profiling stops the profiler presents aggregated information about each function as follows:


LispWorks User Guide - 8 Apr 2005

NextPrevUpTopContentsIndex