Methods
Constants
| Mode | = | RubyProf::PROCESS_TIME |
Public Instance methods
[ show source ]
# File activesupport/lib/active_support/testing/performance.rb, line 303
303: def measure
304: RubyProf.measure_process_time
305: end