Class RubyProf::Profile
In: lib/ruby-prof/profile.rb
Parent: Object

Methods

Public Instance methods

This method detect recursive calls in the call graph.

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.

This method gets called once profiling has been completed but before results are returned to the user. Thus it provides a hook to do any necessary post-processing on the call graph.

[Validate]