svn: r14648
This commit is contained in:
parent
8785850a3c
commit
fc7283c5a7
|
@ -52,8 +52,8 @@
|
|||
(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)))
|
||||
(define granularity (if (zero? sample-number) 0 ;!! this might
|
||||
(/ total-time sample-number))) ;!! be wrong
|
||||
(define threads+times (profile-thread-times profile))
|
||||
(define *-node (profile-*-node profile))
|
||||
(define hidden (get-hidden profile hide-self% hide-subs%))
|
||||
|
|
Loading…
Reference in New Issue
Block a user