Class | ActiveSupport::Testing::Metrics::GcTime |
In: |
vendor/rails/activesupport/lib/active_support/testing/performance.rb
|
Parent: | Base |
Mode | = | RubyProf::GC_TIME if RubyProf.const_defined?(:GC_TIME) |
# File vendor/rails/activesupport/lib/active_support/testing/performance.rb, line 445 445: def format(measurement) 446: '%d ms' % (measurement / 1000) 447: end