doc/examples/flat_txt.html in ruby-prof-0.14.1 vs doc/examples/flat_txt.html in ruby-prof-0.14.2
- old
+ new
@@ -116,10 +116,10 @@
<pre> %self - The percentage of time spent in this method, derived from self_time/total_time
cumulative - The sum of the time spent in this method and all the methods listed above it.
total - The time spent in this method and its children.
self - The time spent in this method.
- children - The time spent in this method's children.
+ children - The time spent in this method's children.
calls - The number of times this method was called.
self/call - The average time spent per call in this method.
total/call - The average time spent per call in this method and its children.
name - The name of the method.</pre>