ActiveSupport::Testing::Performance::Metrics::Base
# File lib/active_support/testing/performance.rb, line 353 def format(measurement) '%.2f KB' % measurement end
# File lib/active_support/testing/performance.rb, line 342 def measure GC.malloc_allocated_size / 1024.0 end
[Validate]
Generated with the Darkfish Rdoc Generator 2.