svn: r14647
original commit: 8785850a3cba0616d7f26e003ca8497eca3d57a5
This commit is contained in:
parent
763a0aac0e
commit
98c7705ffd
|
@ -49,8 +49,8 @@
|
|||
[(pair? x) (loop (car x)) (loop (cdr x))]
|
||||
[else (display x)]))
|
||||
(newline))
|
||||
(define total-time (profile-total-time profile))
|
||||
(define cpu-time (profile-cpu-time profile))
|
||||
(define total-time (profile-total-time profile)) ;!! are these two
|
||||
(define cpu-time (profile-cpu-time profile)) ;!! swapped?
|
||||
(define sample-number (profile-sample-number profile))
|
||||
(define granularity (if (zero? sample-number) 0
|
||||
(/ total-time sample-number)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user