Class: ActiveSupport::Testing::Performance::Metrics::Amount

Inherits:
Base
  • Object
show all
Defined in:
lib/rails/perftest/active_support/testing/performance.rb

Direct Known Subclasses

GcRuns, Objects

Instance Attribute Summary

Attributes inherited from Base

#loopback, #total

Instance Method Summary collapse

Methods inherited from Base

#benchmark, #initialize, #measure_mode, #name, #profile

Constructor Details

This class inherits a constructor from ActiveSupport::Testing::Performance::Metrics::Base

Instance Method Details

#format(measurement) ⇒ Object



273
274
275
# File 'lib/rails/perftest/active_support/testing/performance.rb', line 273

def format(measurement)
  number_to_delimited(measurement.floor)
end