Methods
M
Constants
Mode = RubyProf::WALL_TIME if RubyProf.const_defined?(:WALL_TIME)
Instance Public methods
measure()
     # File activesupport/lib/active_support/testing/performance/ruby.rb, line 106
106:           def measure
107:             RubyProf.measure_wall_time
108:           end
measure()
    # File activesupport/lib/active_support/testing/performance/jruby.rb, line 78
78:           def measure
79:             super
80:           end
measure()
    # File activesupport/lib/active_support/testing/performance/rubinius.rb, line 82
82:           def measure
83:             super
84:           end