1.0.29.34: hopefully thread-safe SB-PROFILE
[sbcl.git] / doc / manual / profiling.texinfo
index 53c8c48..7770c27 100644 (file)
@@ -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