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