Class: ActiveSupport::Testing::Performance::Metrics::Objects
- Defined in:
- lib/active_support/testing/performance/ruby.rb,
lib/active_support/testing/performance/rubinius.rb,
lib/active_support/testing/performance/ruby/mri.rb,
lib/active_support/testing/performance/ruby/yarv.rb
Constant Summary collapse
- Mode =
RubyProf::ALLOCATIONS
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Amount
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
94 95 96 |
# File 'lib/active_support/testing/performance/rubinius.rb', line 94 def measure loopback.get("system.memory.counter.objects").last end |