From: Nikodemus Siivola Date: Sun, 3 Feb 2013 09:03:12 +0000 (+0200) Subject: mention :TIME in *SAMPLING-MODE* docstring X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=cba8605b757d010c5720a7692f20e0c658576491;p=sbcl.git mention :TIME in *SAMPLING-MODE* docstring --- diff --git a/contrib/sb-sprof/sb-sprof.lisp b/contrib/sb-sprof/sb-sprof.lisp index 8060484..c4b72ef 100644 --- a/contrib/sb-sprof/sb-sprof.lisp +++ b/contrib/sb-sprof/sb-sprof.lisp @@ -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*