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