Class: ActiveSupport::Testing::Performance::Metrics::WallTime

Inherits:
Time
  • Object
show all
Defined in:
lib/active_support/testing/performance/ruby.rb,
lib/active_support/testing/performance/jruby.rb,
lib/active_support/testing/performance/rubinius.rb

Constant Summary collapse

Mode =
RubyProf::WALL_TIME

Instance Attribute Summary

Attributes inherited from Base

#loopback, #total

Instance Method Summary collapse

Methods inherited from Time

#format

Methods inherited from Base

#benchmark, #initialize, #measure_mode, #name, #profile

Constructor Details

This class inherits a constructor from ActiveSupport::Testing::Performance::Metrics::Base

Instance Method Details

#measureObject



106
107
108
# File 'lib/active_support/testing/performance/ruby.rb', line 106

def measure
  RubyProf.measure_wall_time
end