ActiveSupport::Testing::Performance::Metrics::Base
# File lib/active_support/testing/performance.rb, line 353 353: def format(measurement) 354: '%.2f KB' % measurement 355: end
# File lib/active_support/testing/performance.rb, line 348 348: def measure 349: RubyProf.measure_memory / 1024.0 350: end
# File lib/active_support/testing/performance.rb, line 342 342: def measure 343: GC.malloc_allocated_size / 1024.0 344: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.