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