We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30ccede + 0466745 commit 24bc25cCopy full SHA for 24bc25c
index.html
@@ -428,7 +428,7 @@ <h2><a id="reports">Reports</a></h2>
428
a good way of quickly identifying which methods take the most time.
429
An example of a flat report can be found in <a href="./examples/primes.flat.txt">examples/primes.flat.txt</a>.
430
</dd>
431
- <dt>Graph Reports (<a href="doc/RubyProf/GraphHtmlPrinter.html">RubyProf::GraphPrinter</a>)</dt>
+ <dt>Graph Reports (<a href="doc/RubyProf/GraphPrinter.html">RubyProf::GraphPrinter</a>)</dt>
432
<dd>The graph report shows the overall time spent in each method. In
433
addition, it also show which methods call the current method and
434
which methods its calls. Thus they are good for understanding how
0 commit comments