Method: Puppet::Util::Profiler::WallClock::Timer#initialize
- Defined in:
- lib/puppet/util/profiler/wall_clock.rb
#initialize ⇒ Timer
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.
Returns a new instance of Timer.
21 22 23 |
# File 'lib/puppet/util/profiler/wall_clock.rb', line 21 def initialize @start = Time.now end |