# File lib/benchmark.rb, line 432
    def add(&blk) # :yield:
      self + Benchmark::measure(&blk) 
    end