Parent

RubyProf::CallTreePrinter

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

Public Instance Methods

convert(value) click to toggle source
# File lib/ruby-prof/printers/call_tree_printer.rb, line 61
def convert(value)
  (value * @value_scale).round
end
file(method) click to toggle source
# File lib/ruby-prof/printers/call_tree_printer.rb, line 65
def file(method)
  File.expand_path(method.source_file)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.