From 872ace8cd57b6dc0a9ae9bc8c634b8ee0c1ca697 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 24 Feb 2010 19:01:32 +0000 Subject: [PATCH] added some comments about the new graphs svn: r18325 --- collects/meta/drdr/render.ss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/collects/meta/drdr/render.ss b/collects/meta/drdr/render.ss index 3459ddb128..6fe8397f2f 100644 --- a/collects/meta/drdr/render.ss +++ b/collects/meta/drdr/render.ss @@ -437,7 +437,11 @@ @p{The gray, horizontal lines show where 0%, 25%, 50%, 75%, and 100% are in the graph.} @p{The black line shows the times for overall running of the file. The colored lines show the results from @code{time}. For each color, the "real" time is the darkest version of it and the "cpu" and "gc" time are 50% and 25% of the darkness, respectively.} @p{If the number of calls to @code{time} change from one revision to the next, then there is a gray, vertical bar at that point. Also, the scaling to the slowest time is specific to each horizontal chunk.} - + @p{The graph is split up into panes that each contain approximately 300 revisions. The green arrowheads to the left + and right of the image move between panes.} + @p{The legend at the bottom of the graph shows the current pane, as well as the revision number and any timing information from that revision.} + @p{Click on the graph to jump to the DrDrs page for a specific revision.} + @h1{Why are some revisions missing?} @p{Some revisions are missing because they only modify branches. Only revisions that change @code{/trunk} are tested.}