Skip to content
Snippets Groups Projects
Commit 80da7b05 authored by toy's avatar toy
Browse files

Print the instruction cycle value with commas.

parent 65b1b676
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/time.lisp,v 1.22 2003/02/25 15:54:54 emarsden Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/time.lisp,v 1.23 2003/02/25 17:06:46 toy Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -356,7 +356,7 @@ ...@@ -356,7 +356,7 @@
~S second~:P of real time~% ~ ~S second~:P of real time~% ~
~S second~:P of user run time~% ~ ~S second~:P of user run time~% ~
~S second~:P of system run time~% ~ ~S second~:P of system run time~% ~
~D CPU cycles~% ~ ~:D CPU cycles~% ~
~@[[Run times include ~S second~:P GC run time]~% ~]~ ~@[[Run times include ~S second~:P GC run time]~% ~]~
~S page fault~:P and~% ~ ~S page fault~:P and~% ~
~:D bytes consed.~%" ~:D bytes consed.~%"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment