Module: Minitest::StackProfPlugin

Defined in:
lib/minitest/stackprof_plugin.rb

Instance Method Summary collapse

Instance Method Details

#after_teardownObject



8
9
10
11
# File 'lib/minitest/stackprof_plugin.rb', line 8

def after_teardown
    super
    StackProf.stop
end

#before_setupObject



3
4
5
6
# File 'lib/minitest/stackprof_plugin.rb', line 3

def before_setup
    StackProf.start
    super
end