0.8.13.70: MORE DOCUMENTATION
[sbcl.git] / doc / manual / profiling.texinfo
1 @cindex Profiling
2
3 SBCL includes both an accurate profiler, that can collect statistics
4 on individual functions, and a more ``modern'' statistical profiler.
5
6 Inlined functions do not appear in the results reported by either.
7
8 @menu
9 * Accurate Profiler::           
10 * Statistical Profiler::        
11 @end menu
12
13 @node Accurate Profiler
14 @comment  node-name,  next,  previous,  up
15 @section Accurate Profiler
16 @cindex Profiling, accurate
17
18 The package @code{sb-profile} provides a classic, per-function-call
19 profiler.
20
21 @include macro-sb-profile-profile.texinfo
22 @include macro-sb-profile-unprofile.texinfo
23 @include fun-sb-profile-report.texinfo
24 @include fun-sb-profile-reset.texinfo
25
26 @node Statistical Profiler
27 @comment  node-name,  next,  previous,  up
28 @section Statistical Profiler
29 @include sb-sprof/sb-sprof.texinfo