Top Level Namespace
Defined Under Namespace
Modules: Benchmark, BenchmarkInterface, Kernel, Perfer, RBench
Constant Summary collapse
- SMALL_PRIME =
149
Instance Method Summary collapse
Instance Method Details
#benchmark(name = nil, &block) ⇒ Object
28 29 30 |
# File 'lib/benchmark-interface.rb', line 28 def benchmark(name=nil, &block) BenchmarkInterface.benchmark name, &block end |