# File lib/ruby-prof/flat_printer.rb, line 23
    def print(output = STDOUT, options = {})
      @output = output
      setup_options(options)
      print_threads
    end