# File lib/ruby-prof/printers/abstract_printer.rb, line 73
    def print_thread(thread)
      print_header(thread)
      print_methods(thread)
      print_footer(thread)
    end