# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/testing/performance.rb, line 353defformat(measurement)
'%.2f KB'%measurementend
measure()click to toggle source
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/testing/performance.rb, line 342defmeasureGC.malloc_allocated_size/1024.0end