class Benchmark::Tms
def +(other); memberwise(:+, other) end
This method and #/() are useful for taking statistics.
Tms object.
of the individual times for this Tms object with those of the +other+
Returns a new Tms object obtained by memberwise summation
def +(other); memberwise(:+, other) end