2 @comment node-name, next, previous, up
6 SBCL includes both a deterministic profiler, that can collect statistics
7 on individual functions, and a more ``modern'' statistical profiler.
9 Inlined functions do not appear in the results reported by either.
12 * Deterministic Profiler::
13 * Statistical Profiler::
16 @node Deterministic Profiler
17 @comment node-name, next, previous, up
18 @section Deterministic Profiler
19 @cindex Profiling, deterministic
21 The package @code{sb-profile} provides a classic, per-function-call
24 @include macro-sb-profile-profile.texinfo
25 @include macro-sb-profile-unprofile.texinfo
26 @include fun-sb-profile-report.texinfo
27 @include fun-sb-profile-reset.texinfo
29 @node Statistical Profiler
30 @comment node-name, next, previous, up
31 @section Statistical Profiler
32 @include sb-sprof/sb-sprof.texinfo