X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftime.lisp;h=13897422f9600d7a76b53f10a6de963dae2cc554;hb=54da325f13fb41669869aea688ae195426c0e231;hp=15d4c8d7f918196fcbf33b4dbd1eea17269e234c;hpb=378a5e39c182b5c3ba14da80c157ad2c0021b25f;p=sbcl.git diff --git a/src/code/time.lisp b/src/code/time.lisp index 15d4c8d..1389742 100644 --- a/src/code/time.lisp +++ b/src/code/time.lisp @@ -393,7 +393,7 @@ normally during operations like SLEEP." ;;; function, report the times. (defun call-with-timing (timer function &rest arguments) #!+sb-doc - "Calls FUNCTION with ARGUMENTS, and gathers timing infomation about it. + "Calls FUNCTION with ARGUMENTS, and gathers timing information about it. Then calls TIMER with keyword arguments describing the information collected. Calls TIMER even if FUNCTION performs a non-local transfer of control. Finally returns values returned by FUNCTION.