mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
We count bytes, not words
This commit is contained in:
parent
5e6d7052a5
commit
2ef5cb1753
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue