Method: Fable::Profiler::Stopwatch#initialize

Defined in:
lib/fable/profiler.rb

#initializeStopwatch

Returns a new instance of Stopwatch.



250
251
252
# File 'lib/fable/profiler.rb', line 250

def initialize
  @elapsed_milliseconds = 0
end