document and comment last change

svn: r14362

original commit: a68c38b6d7c37f5d90824fbbcfc9b66f28532fa3
This commit is contained in:
Eli Barzilay 2009-03-30 17:44:03 +00:00
parent cf6dd7adb7
commit 3a6113ab51

View File

@ -66,7 +66,8 @@
;; This function analyzes the output of the sampler. Returns a `profile'
;; struct holding a list of `node' values, each one representing a node in the
;; call graph, with the relevant information filled in. The results are sorted
;; by the total time.
;; using a topological sort from the top, and by the total time for nodes at
;; the same level.
(define (analyze-samples cpu-time+samples)
(define cpu-time (car cpu-time+samples))
(define samples (cdr cpu-time+samples))