Class RubyProf::Result
In: lib/ruby-prof/result.rb
Parent: Object

Methods

Public Instance methods

this method gets called internally when profiling is stopped. it determines for each call_info whether it is minimal: a call_info is minimal in a call tree if the call_info is not a descendant of a call_info of the same method

eliminate some calls from the graph by merging the information into callers. matchers can be a list of strings or regular expressions or the name of a file containing regexps.

[Validate]