Class: ActiveSupport::Testing::Performance::Metrics::GcRuns

Inherits:
Amount
  • Object
show all
Defined in:
lib/rails/perftest/active_support/testing/performance/ruby.rb,
lib/rails/perftest/active_support/testing/performance/jruby.rb,
lib/rails/perftest/active_support/testing/performance/rubinius.rb

Constant Summary collapse

Mode =
RubyProf::GC_RUNS

Instance Attribute Summary

Attributes inherited from Base

#loopback, #total

Instance Method Summary collapse

Methods inherited from Amount

#format

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

#measureObject



152
153
154
# File 'lib/rails/perftest/active_support/testing/performance/ruby.rb', line 152

def measure
  GC.count
end