Class RubyProf::CallTreePrinter
In: lib/ruby-prof/call_tree_printer.rb
Parent: AbstractPrinter

Generate profiling information in calltree format for use by kcachegrind and similar tools.

Methods

Public Instance methods

Specify print options.

options - Hash table

  :min_percent - Number 0 to 100 that specifes the minimum
                 %self (the methods self time divided by the
                 overall total time) that a method must take
                 for it to be printed out in the report.
                 Default value is 0.

  :print_file  - True or false. Specifies if a method's source
                 file should be printed.  Default value if false.

[Validate]