# File lib/ruby-prof/printers/call_stack_printer.rb, line 139
    def sum(a)
      a.inject(0.0){|s,t| s+=t}
    end