Namespace
- CLASS ActiveSupport::Testing::Performance::Metrics::Amount
- CLASS ActiveSupport::Testing::Performance::Metrics::Base
- CLASS ActiveSupport::Testing::Performance::Metrics::CpuTime
- CLASS ActiveSupport::Testing::Performance::Metrics::DigitalInformationUnit
- CLASS ActiveSupport::Testing::Performance::Metrics::GcRuns
- CLASS ActiveSupport::Testing::Performance::Metrics::GcTime
- CLASS ActiveSupport::Testing::Performance::Metrics::Memory
- CLASS ActiveSupport::Testing::Performance::Metrics::Objects
- CLASS ActiveSupport::Testing::Performance::Metrics::ProcessTime
- CLASS ActiveSupport::Testing::Performance::Metrics::Time
- CLASS ActiveSupport::Testing::Performance::Metrics::UserTime
- CLASS ActiveSupport::Testing::Performance::Metrics::WallTime
Methods
- #
Class Public methods
Source: show
# File activesupport/lib/active_support/testing/performance.rb, line 242 def self.[](name) const_get(name.to_s.camelize) rescue NameError nil end