Class: RubyProf::CallInfoPrinter

Inherits:
AbstractPrinter show all
Defined in:
lib/ruby-prof/printers/call_info_printer.rb

Overview

Prints out the call graph based on CallInfo instances. This is mainly for debugging purposes as it provides access into into RubyProf’s internals.

Constant Summary collapse

TIME_WIDTH =
0

Method Summary

Methods inherited from AbstractPrinter

#initialize, #method_name, #min_percent, #print, #print_file, #print_footer, #print_thread, #print_threads, #setup_options, #sort_method

Constructor Details

This class inherits a constructor from RubyProf::AbstractPrinter