From 14594035575a58089d52ec7f1109c38871940f87 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 14 May 2009 05:47:18 +0000 Subject: [PATCH] typo in comment svn: r14800 original commit: 09502205e211b1aa4c0d011f30717c359d02a281 --- collects/profile/analyzer.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/profile/analyzer.ss b/collects/profile/analyzer.ss index c080f4f..22bec08 100644 --- a/collects/profile/analyzer.ss +++ b/collects/profile/analyzer.ss @@ -41,7 +41,7 @@ (lambda (node o w?) (fprintf o "#" (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