Skip to content

Commit 24bc25c

Browse files
authored
Merge pull request #4 from costi/patch-1
Fix link for GraphPrinter
2 parents 30ccede + 0466745 commit 24bc25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ <h2><a id="reports">Reports</a></h2>
428428
a good way of quickly identifying which methods take the most time.
429429
An example of a flat report can be found in <a href="./examples/primes.flat.txt">examples/primes.flat.txt</a>.
430430
</dd>
431-
<dt>Graph Reports (<a href="doc/RubyProf/GraphHtmlPrinter.html">RubyProf::GraphPrinter</a>)</dt>
431+
<dt>Graph Reports (<a href="doc/RubyProf/GraphPrinter.html">RubyProf::GraphPrinter</a>)</dt>
432432
<dd>The graph report shows the overall time spent in each method. In
433433
addition, it also show which methods call the current method and
434434
which methods its calls. Thus they are good for understanding how

0 commit comments

Comments
 (0)