instance method
measure_mode
Ruby on Rails 2.3.18
Since v2.2.3 Last seen in v3.2.22.5Signature
measure_mode()
No documentation comment.
Source
# File activesupport/lib/active_support/testing/performance.rb, line 238
def measure_mode
self.class::Mode
end
Defined in activesupport/lib/active_support/testing/performance.rb line 238
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Testing::Performance::Metrics::Base