Methods
Constants
| Mode | = | RubyProf::WALL_TIME |
Public Instance methods
[ show source ]
# File activesupport/lib/active_support/testing/performance.rb, line 311
311: def measure
312: RubyProf.measure_wall_time
313: end