ActiveSupport::Testing::Performance::Metrics::Amount
# File lib/active_support/testing/performance/rubinius.rb, line 94 94: def measure 95: loopback.get("system.memory.counter.objects").last 96: end
# File lib/active_support/testing/performance/ruby/mri.rb, line 31 31: def measure 32: RubyProf.measure_allocations 33: end
# File lib/active_support/testing/performance/ruby/yarv.rb, line 31 31: def measure 32: GC.malloc_allocations 33: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.