From ec434d7117b8cf397dcae5f8f50652d7164ada4f Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Wed, 8 Aug 2012 16:48:40 -0400 Subject: [PATCH] Profiler doc typo. original commit: 9ea180e98c7320ebb3670b632ed2b0df472b684e --- collects/profile/scribblings/analyzer.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/profile/scribblings/analyzer.scrbl b/collects/profile/scribblings/analyzer.scrbl index 13cb6eb..a53f0ea 100644 --- a/collects/profile/scribblings/analyzer.scrbl +++ b/collects/profile/scribblings/analyzer.scrbl @@ -150,7 +150,7 @@ of an analyzed profile result. edge is charged by a whole second for its total time (the same goes for the @tt{A @'rarr A} edge, for example). Its caller time is charged 1/2 second because @tt{A} appears twice in this stack - snapshot (in the other half, @tt{A} is chared for being a leaf --- + snapshot (in the other half, @tt{A} is charged for being a leaf --- the caller of the special @racket[*-node]), and its callee time is charged 1/3 respectively.}