Method: Puppet::Util::Profiler::AroundProfiler#clear

Defined in:
lib/puppet/util/profiler/around_profiler.rb

#clearObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Reset the profiling system to the original state



16
17
18
# File 'lib/puppet/util/profiler/around_profiler.rb', line 16

def clear
  @profilers = []
end