X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-sprof%2Fsb-sprof.lisp;h=1c7d1cad5edf9d9fdd21b877dd3b794cd996867b;hb=54da325f13fb41669869aea688ae195426c0e231;hp=0ce32097f6c6727f81fdab4f4dfc64c4a8c74b9b;hpb=378a5e39c182b5c3ba14da80c157ad2c0021b25f;p=sbcl.git diff --git a/contrib/sb-sprof/sb-sprof.lisp b/contrib/sb-sprof/sb-sprof.lisp index 0ce3209..1c7d1ca 100644 --- a/contrib/sb-sprof/sb-sprof.lisp +++ b/contrib/sb-sprof/sb-sprof.lisp @@ -657,7 +657,7 @@ profiling, and :TIME for wallclock profiling.") loop around the BODY until a sufficient number of samples has been collected. Returns the values from the last evaluation of BODY. -In multi-threaded operation, only the thread in which WITH-PROFILING was +In multithreaded operation, only the thread in which WITH-PROFILING was evaluated will be profiled by default. If you want to profile multiple threads, invoke the profiler with START-PROFILING. @@ -704,7 +704,7 @@ The following keyword args are recognized: of this. In this case using :MODE :TIME is likely to work better. :LOOP - If false (the default), evaluete BODY only once. If true repeatedly + If false (the default), evaluate BODY only once. If true repeatedly evaluate BODY." (declare (type report-type report)) (check-type loop boolean)