class Benchmark::Tms
def add(&blk) # :yield:
Tms object, plus the time required to execute the code block (+blk+).
Returns a new Tms object whose times are the sum of the times for this
def add(&blk) # :yield: self + Benchmark.measure(&blk) end
def add(&blk) # :yield: self + Benchmark.measure(&blk) end