# File lib/active_support/testing/performance.rb, line 445 def format(measurement) '%d ms' % (measurement / 1000) end