We count bytes, not words

This commit is contained in:
jgarcia 2006-12-24 12:16:00 +00:00
parent 5e6d7052a5
commit 2ef5cb1753

View file

@ -83,7 +83,7 @@
"real time : ~,3F secs~%~
run time : ~,3F secs~%~
gc count : ~D times~%~
consed : ~D words~%"
consed : ~D bytes~%"
(/ (- real-end real-start) internal-time-units-per-second)
(/ (- run-end run-start) internal-time-units-per-second)
(- gc-no-end gc-no-start)