Method: Mach5::Benchmark#initialize

Defined in:
lib/mach5-tools/benchmark.rb

#initialize(memory, tags) ⇒ Benchmark

Returns a new instance of Benchmark.



3
4
5
6
# File 'lib/mach5-tools/benchmark.rb', line 3

def initialize(memory, tags)
  @memory = memory
  @tags = tags
end