Class RubyProf::MultiPrinter
In: lib/ruby-prof/multi_printer.rb
Parent: Object

Helper class to simplify printing profiles of several types from one profiling run. Currently prints a flat profile, a callgrind profile, a call stack profile and a graph profile.

Methods

Public Class methods

Public Instance methods

the name of the flat profile file

the name of the graph profile file

create profile files under options[:path] or the current directory. options[:profile] is used as the base name for the pofile file, defaults to "profile".

the name of the call stack profile file

the name of the callgrind profile file

[Validate]