Methods
M
Constants
Mode = RubyProf::ALLOCATIONS if RubyProf.const_defined?(:ALLOCATIONS)
Instance Public methods
measure()
    # File activesupport/lib/active_support/testing/performance/ruby/yarv.rb, line 31
31:             def measure
32:               GC.malloc_allocations
33:             end
measure()
    # File activesupport/lib/active_support/testing/performance/ruby/mri.rb, line 31
31:             def measure
32:               RubyProf.measure_allocations
33:             end
measure()
    # File activesupport/lib/active_support/testing/performance/rubinius.rb, line 94
94:           def measure
95:             loopback.get("system.memory.counter.objects").last
96:           end