# File lib/ruby-prof/graph_printer.rb, line 22
    def initialize(result)
      super(result)
      @thread_times = Hash.new
      calculate_thread_times
    end