X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fprofile.lisp;h=5f5c2ffaaab9b2c89453582eb50dd334cd9f25a4;hb=25fe91bf63fd473d9316675b0e0ca9be0079e9eb;hp=e2f98f9d1d1d6d80d3a1c3ae68dfdb0bcbd59ae6;hpb=4898ef32c639b1c7f4ee13a5ba566ce6debd03e6;p=sbcl.git diff --git a/src/code/profile.lisp b/src/code/profile.lisp index e2f98f9..5f5c2ff 100644 --- a/src/code/profile.lisp +++ b/src/code/profile.lisp @@ -11,11 +11,6 @@ ;;;; reading internal run time with high resolution and low overhead -;;; FIXME: It might make sense to replace this with something -;;; with finer resolution, e.g. milliseconds or microseconds. -;;; For that matter, maybe we should boost the internal clock -;;; up to something faster, like milliseconds. - (defconstant +ticks-per-second+ internal-time-units-per-second) (declaim (inline get-internal-ticks))