# File lib/ruby-prof/graph_html_printer.rb, line 64
    def total_time(call_infos)
      sum(call_infos.map{|ci| ci.total_time})
    end