Module: Bulldogger::FltCollector

Defined in:
lib/bulldogger/flt_collector.rb

Class Method Summary collapse

Class Method Details

.begin_testObject



13
14
15
16
# File 'lib/bulldogger/flt_collector.rb', line 13

def begin_test
  @active = true
  @count = 0
end

.end_testObject



18
19
20
21
# File 'lib/bulldogger/flt_collector.rb', line 18

def end_test
  finish_trace
  @active = false
end