X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftime.lisp;h=c028cb26151931da2932b960d5f9a1b3fd080cc2;hb=83acd60c82635c4a1a3ffe5f0b2a3bbb6a2cce99;hp=95fe90b95c1267b47499dcd6b17f64998ac47d6f;hpb=15e14ef1ccd3ab6f4711632435a40493dc4cdd9d;p=sbcl.git diff --git a/src/code/time.lisp b/src/code/time.lisp index 95fe90b..c028cb2 100644 --- a/src/code/time.lisp +++ b/src/code/time.lisp @@ -357,12 +357,12 @@ (let ((gc-run-time (max (- *gc-run-time* start-gc-run-time) 0))) (format *trace-output* "~&Evaluation took:~% ~ - ~S second~:P of real time~% ~ - ~S second~:P of user run time~% ~ - ~S second~:P of system run time~% ~ + ~S second~:P of real time~% ~ + ~S second~:P of user run time~% ~ + ~S second~:P of system run time~% ~ ~@[ [Run times include ~S second~:P GC run time.]~% ~]~ - ~S page fault~:P and~% ~ - ~S bytes consed.~%" + ~S page fault~:P and~% ~ + ~:D bytes consed.~%" (max (/ (- new-real-time old-real-time) (float sb!xc:internal-time-units-per-second)) 0.0)