mention :TIME in *SAMPLING-MODE* docstring
[sbcl.git] / contrib / sb-sprof / sb-sprof.lisp
index 8060484..c4b72ef 100644 (file)
@@ -354,7 +354,7 @@ on the depth of the call stack.")
 
 (defvar *sampling-mode* :cpu
   "Default sampling mode. :CPU for cpu profiling, :ALLOC for allocation
-profiling")
+profiling, and :TIME for wallclock profilgin.")
 (declaim (type (member :cpu :alloc :time) *sampling-mode*))
 
 (defvar *alloc-region-size*