# File lib/ruby-prof/call_info.rb, line 7 def children_time children.inject(0) do |sum, call_info| sum += call_info.total_time end end