Clarify that the `*-node' is not in the list of nodes.

original commit: f49165720caf0a833171c41abeb91bc705888bd9
This commit is contained in:
Eli Barzilay 2012-09-19 22:53:43 -04:00
parent 6e737b97db
commit abf6fff5ea

View File

@ -59,7 +59,8 @@ Represents an analyzed profile result.
the analyzer assembles (see the @racket[edge] field). The nodes are the analyzer assembles (see the @racket[edge] field). The nodes are
sorted by a topological top-to-bottom sort, and by decreasing total 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) 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 @item{@racket[*-node] holds a ``special'' root node value that is
constructed for every call graph. This node is used as the caller constructed for every call graph. This node is used as the caller