examples/graph.txt in ruby-prof-0.15.9 vs examples/graph.txt in ruby-prof-0.16.0
- old
+ new
@@ -96,10 +96,10 @@
MyObject#test - An instance method "test" of the class "MyObject"
<Object:MyObject>#test - The <> characters indicate a singleton method on a singleton class.
For example, we see that 97.74% of the time was spent in Object#is_prime and its
children. Of that time, almost everything was contributed by Integer#upto.
-Overall, Object#is_prime was called 1001 times and 1000 of those calls were made
+Overall, Integer#upto was called 1001 times and 1000 of those calls were made
by Object#is_prime.
== Parents