Module: Performance (ActiveSupport::Testing)

Overview
Module Structure
Class Hierarchy
Constants
Performance::DEFAULTS
Module Methods
Performance.included / 1
Instance Methods
Performance#full_test_name
Performance#run / 1
Performance#run_test / 2
Performance#run_warmup
Performance#run_profile / 1
is a submodule of
module: Testing ( ActiveSupport )
is modularized into
class: Performer   
class: Benchmarker   
class: Profiler   
module: Metrics   
has properties
constant: DEFAULTS   
module method: included / 1   
method: full_test_name   
method: run / 1   
method: run_test / 2   
method: run_warmup   
method: run_profile / 1   
is defined at
#10 in active_support/testing/performance.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
  module: Testing
✗ module: Performance
class: Performer     
class: Benchmarker     
class: Profiler     
module: Metrics     

Class Hierarchy

Constants

Performance::DEFAULTS

#11 in active_support/testing/performance.rb

DEFAULTS =   

Module Methods

Performance.included / 1

#26 in active_support/testing/performance.rb

included ( base )

Instance Methods

Performance#full_test_name

#31 in active_support/testing/performance.rb

full_test_name

Performance#run / 1

#35 in active_support/testing/performance.rb

run ( result )

Performance#run_test / 2

#54 in active_support/testing/performance.rb

run_test ( metric ,
  mode )

Performance#run_warmup

#74 in active_support/testing/performance.rb

run_warmup

Performance#run_profile / 1

#84 in active_support/testing/performance.rb

run_profile ( metric )