Class: ActiveSupport::Testing::Performance::Metrics::ProcessTime

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

Constant Summary collapse

Mode =
RubyProf::PROCESS_TIME

Instance Attribute Summary

Attributes inherited from Base

#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



303
304
305
# File 'lib/active_support/testing/performance.rb', line 303

def measure
  RubyProf.measure_process_time
end