# File lib/ruby-prof/graph_html_printer.rb, line 68
def
sum
(
a
)
a
.
inject
(
0
.0
){
|
s
,
t
|
s
+=
t
}
end