Next Prev Top Contents Index

9 The Profiler

The LispWorks profiler provides a way of empirically monitoring execution characteristics of Lisp programs. The data obtained can help to improve the efficiency of a Lisp program by highlighting those procedures which are commonly used or particularly slow, and which would therefore benefit from optimization effort.

For complete details of the functions and symbols introduced in this chapter, see the LispWorks Reference Manual .

9.1 What the profiler does

9.2 Setting up the profiler

9.3 Running the profiler

9.4 Interpretation of profiling results

9.5 Profiling pitfalls

9.6 Profiling and garbage collection


LispWorks User Guide - 14 Dec 2001

Next Prev Top Contents Index