+ fixed bug in table initialization
This commit is contained in:
parent
f4d42e06be
commit
1602ae0be1
|
@ -23,7 +23,7 @@
|
||||||
(cons (+ 1 (car count.time))
|
(cons (+ 1 (car count.time))
|
||||||
(+ run-time (cdr count.time))))))
|
(+ run-time (cdr count.time))))))
|
||||||
(else
|
(else
|
||||||
(table-set! *profile-table* name (cons name run-time)))))
|
(table-set! *profile-table* name (cons 0 run-time)))))
|
||||||
|
|
||||||
(define (hundredths n)
|
(define (hundredths n)
|
||||||
(let ((n (round (quotient n 10))))
|
(let ((n (round (quotient n 10))))
|
||||||
|
|
Loading…
Reference in New Issue