# File lib/ruby-prof/graph_html_printer.rb, line 78
    def total_percent(thread_id, method)
      overall_time = self.thread_time(thread_id)
      (method.total_time/overall_time) * 100
    end