Methods
M
Constants
Mode = RubyProf::ALLOCATIONS if RubyProf.const_defined?(:ALLOCATIONS)
Instance Public methods
measure()
# File activesupport/lib/active_support/testing/performance/ruby/mri.rb, line 31
def measure
  RubyProf.measure_allocations
end