Methods
M
Constants
Mode = RubyProf::PROCESS_TIME if RubyProf.const_defined?(:PROCESS_TIME)
Instance Public methods
measure()
     # File activesupport/lib/active_support/testing/performance/ruby.rb, line 98
 98:           def measure
 99:             RubyProf.measure_process_time
100:           end