Method: Benchmark::Tms#+

Defined in:
lib/benchmark.rb

#+(other) ⇒ Object

Returns a new Tms object obtained by memberwise summation of the individual times for this Tms object with those of the other Tms object. This method and #/() are useful for taking statistics.



462
# File 'lib/benchmark.rb', line 462

def +(other); memberwise(:+, other) end