X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-pcounter.lisp;h=c14f30eabb99e324a5f1ca950dba48803451ae6f;hb=48ec282d877900caf5ea4ab42e9d87e566ce6b43;hp=a23f618c13872046669d7abd31591efc6b7f3240;hpb=4e3b57699314dbd3883470d9b196287b178f3e6d;p=sbcl.git diff --git a/src/code/early-pcounter.lisp b/src/code/early-pcounter.lisp index a23f618..c14f30e 100644 --- a/src/code/early-pcounter.lisp +++ b/src/code/early-pcounter.lisp @@ -3,7 +3,7 @@ ;;;; a PCOUNTER is used to represent an unsigned integer quantity which ;;;; can grow bigger than a fixnum, but typically does so, if at all, ;;;; in many small steps, where we don't want to cons on every step. -;;;; Such quantities typically arise in profiling, e.g. +;;;; Such quantities typically arise in profiling, e.g. ;;;; total system consing, time spent in a profiled function, and ;;;; bytes consed in a profiled function are all examples of such ;;;; quantities. The name is an abbreviation for "Profiling COUNTER".