Class: ActiveSupport::Testing::Performance::Metrics::Objects

Inherits:
Amount show all
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

#loopback, #total

Instance Method Summary collapse

Methods inherited from Amount

#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



94
95
96
# File 'lib/active_support/testing/performance/rubinius.rb', line 94

def measure
  loopback.get("system.memory.counter.objects").last
end