Class: ActiveSupport::Testing::Performance::Metrics::UserTime
- Defined in:
- lib/active_support/testing/performance/jruby.rb
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
90 91 92 |
# File 'lib/active_support/testing/performance/jruby.rb', line 90 def measure ManagementFactory.thread_mx_bean.get_current_thread_user_time / 1000 / 1000 / 1000.0 # seconds end |