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