class RubyProf::FlatPrinter

def print_column_headers

def print_column_headers
  @output << " %self      total      self      wait     child     calls  name                           location\n"
end