class BenchmarkInterface::BenchmarkContext

Public Instance Methods

report(name=nil, &block) click to toggle source
# File lib/benchmark-interface/frontends/benchmark.rb, line 13
def report(name=nil, &block)
  BenchmarkInterface.benchmark name, &block
end