module Rack
module RubyProf
module RubyProf::ExcludeCommonMethods
class Rack::RubyProf
class RubyProf::AbstractPrinter
class RubyProf::CallInfoPrinter
class RubyProf::CallStackPrinter
class RubyProf::CallTree
class RubyProf::CallTreePrinter
class RubyProf::CallTreeVisitor
class RubyProf::DotPrinter
class RubyProf::FlatPrinter
class RubyProf::GraphHtmlPrinter
class RubyProf::GraphPrinter
class RubyProf::Measurement
class RubyProf::MethodInfo
class RubyProf::MultiPrinter
class RubyProf::Profile
class RubyProf::ProfileTask
class RubyProf::Thread
ruby-prof
1.7.1
# print_column_headers
def print_column_headers @output << " %self total self wait child calls name location\n" end