class RubyProf::CallTreePrinter

def print_headers(output, thread)

def print_headers(output, thread)
  output << "#{@event_specification}\n\n"
  # this doesn't work. kcachegrind does not fully support the spec.

  # output << "thread: #{thread.id}\n\n"

end