Class: GcTime (ActiveSupport::Testing::Performance::Metrics)

Overview
Module Structure
Class Hierarchy
Constants
GcTime::Mode
Instance Methods
GcTime#measure (1/2)
GcTime#measure (2/E)
GcTime#format / 1
is a submodule of
module: Metrics ( ActiveSupport::Testing::Performance )
inherits from
  Base ( ActiveSupport::Testing::Performance::Metrics )
has properties
constant: Mode   
method: measure (1/2)   
method: measure (2/E)   
method: format / 1   
is defined at
#432 in active_support/testing/performance.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
  module: Testing
  module: Performance
  module: Metrics
class: Base     
class: GcTime     

Class Hierarchy

Object ( Builtin-Module )
includes
  InstanceExecMethods ( Unknown-Module )
has properties
method: duplicable?   
method: ` / 1   
method: blank?   
method: present?   
method: presence   
method: to_param   
method: to_query / 1   
method: remove_subclasses_of / 1   
method: subclasses_of (1/2) / 1   
method: subclasses_of (2/E) / 1   
method: extended_by   
method: extend_with_included_modules_from / 1   
method: instance_exec / 2   
method: instance_variable_defined? / 1   
method: instance_values   
method: instance_variable_names   
method: copy_instance_variables_from / 2   
method: metaclass   
method: returning / 1   
method: tap   
method: with_options / 1   
method: acts_like? / 1   
method: singleton_class   
method: class_eval / 2   
method: html_safe?   
method: try / 3   
method: to_json / 1   
method: as_json / 1   
class method: method_added / 1   
class method: find_hidden_method / 1   
Base ( ActiveSupport::Testing::Performance::Metrics )
has properties
attribute: total [R]   
method: initialize   
method: name   
method: measure_mode   
method: measure   
method: benchmark   
method: profile   
method: with_gc_stats (1/3)   
method: with_gc_stats (2/3)   
method: with_gc_stats (3/E)   
GcTime ( ActiveSupport::Testing::Performance::Metrics )
has properties
constant: Mode   
method: measure (1/2)   
method: measure (2/E)   
method: format / 1   

Constants

GcTime::Mode

#433 in active_support/testing/performance.rb

Mode = RubyProf::GC_TIME if RubyProf.const_defined?(:GC_TIME)   

Instance Methods

GcTime#measure (1/2)

#436 in active_support/testing/performance.rb

measure

GcTime#measure (2/E)

#440 in active_support/testing/performance.rb

measure

GcTime#format / 1

#445 in active_support/testing/performance.rb

format ( measurement )