mention :TIME in *SAMPLING-MODE* docstring
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 3 Feb 2013 09:03:12 +0000 (11:03 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 3 Feb 2013 10:29:28 +0000 (12:29 +0200)
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*