class Object

Public Instance Methods

benchmark_time(*args, &block) click to toggle source

an easy wrapper to do the bem

# File lib/benchmark_time/benchmark_time.rb, line 91
def benchmark_time(*args, &block)
  b = BenchmarkTime::BenchmarkTime.new(*args, &block)
  b.run
end