typo in comment
svn: r14800 original commit: 09502205e211b1aa4c0d011f30717c359d02a281
This commit is contained in:
parent
2e8d58ffcf
commit
1459403557
|
@ -41,7 +41,7 @@
|
|||
(lambda (node o w?) (fprintf o "#<node:~s>" (or (node-id node) '???))))
|
||||
|
||||
;; An edge representing function calls between two nodes:
|
||||
;; - time: the total time spent while the call was somewhere on the stack.
|
||||
;; - total: the total time spent while the call was anywhere on the stack.
|
||||
;; - caller, callee: the two relevant `node' values.
|
||||
;; - caller-time, callee-time: the time that the caller/callee spent in this
|
||||
;; call (different from the above time because each stack sample's time is
|
||||
|
|
Loading…
Reference in New Issue
Block a user