Method: Hotch::Memory#start

Defined in:
lib/hotch/memory.rb

#startObject



40
41
42
43
44
45
46
47
# File 'lib/hotch/memory.rb', line 40

def start
  return if @started

  GC.disable if @disable_gc
  ObjectSpace::AllocationTracer.setup i[path line type]
  ObjectSpace::AllocationTracer.start
  @started = true
end