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