X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fprofiling.texinfo;h=7770c2786401007f99b38d1e44fcb4b6e34e5ec6;hb=6d9e2243954872457115bbb9ac1ecb1d161acced;hp=53c8c48eeda3daa89ac2701204afc5109a5c3abc;hpb=63f714af62d0ccdb9d4a793ab0245b036c3d8531;p=sbcl.git diff --git a/doc/manual/profiling.texinfo b/doc/manual/profiling.texinfo index 53c8c48..7770c27 100644 --- a/doc/manual/profiling.texinfo +++ b/doc/manual/profiling.texinfo @@ -21,6 +21,9 @@ Inlined functions do not appear in the results reported by either. The package @code{sb-profile} provides a classic, per-function-call profiler. +@strong{NOTE}: When profiling code executed by multiple threads in +parallel, the consing attributed to each function is inaccurate. + @include macro-sb-profile-profile.texinfo @include macro-sb-profile-unprofile.texinfo @include fun-sb-profile-report.texinfo