From cba8605b757d010c5720a7692f20e0c658576491 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sun, 3 Feb 2013 11:03:12 +0200 Subject: [PATCH] mention :TIME in *SAMPLING-MODE* docstring --- contrib/sb-sprof/sb-sprof.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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* -- 1.7.10.4