Class: ActiveSupport::Testing::Performance::Metrics::WallTime
- Defined in:
- lib/active_support/testing/performance.rb
Constant Summary collapse
- Mode =
RubyProf::WALL_TIME
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Time
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
#measure ⇒ Object
311 312 313 |
# File 'lib/active_support/testing/performance.rb', line 311 def measure RubyProf.measure_wall_time end |