From abf6fff5ea38477eb1f2f424714996a78a7f5ed9 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 19 Sep 2012 22:53:43 -0400 Subject: [PATCH] Clarify that the `*-node' is not in the list of nodes. original commit: f49165720caf0a833171c41abeb91bc705888bd9 --- collects/profile/scribblings/analyzer.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/profile/scribblings/analyzer.scrbl b/collects/profile/scribblings/analyzer.scrbl index a53f0ea..ae3e54e 100644 --- a/collects/profile/scribblings/analyzer.scrbl +++ b/collects/profile/scribblings/analyzer.scrbl @@ -59,7 +59,8 @@ Represents an analyzed profile result. the analyzer assembles (see the @racket[edge] field). The nodes are sorted by a topological top-to-bottom sort, and by decreasing total amount of time (time spent either in the function or in its callees) - as a secondary key.} + as a secondary key. It does not include the special + @racket[*-node].} @item{@racket[*-node] holds a ``special'' root node value that is constructed for every call graph. This node is used as the caller