Class: ActiveSupport::Testing::Performance::Metrics::Memory
- Inherits:
-
DigitalInformationUnit
- Object
- Base
- DigitalInformationUnit
- ActiveSupport::Testing::Performance::Metrics::Memory
- Defined in:
- lib/rails/perftest/active_support/testing/performance/ruby.rb,
lib/rails/perftest/active_support/testing/performance/jruby.rb,
lib/rails/perftest/active_support/testing/performance/rubinius.rb
Constant Summary collapse
- Mode =
RubyProf::MEMORY
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from DigitalInformationUnit
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
132 133 134 |
# File 'lib/rails/perftest/active_support/testing/performance/ruby.rb', line 132 def measure GC.malloc_allocated_size end |