[Source]
# File vendor/rails/activesupport/lib/active_support/testing/performance.rb, line 311 311: def measure 312: RubyProf.measure_wall_time 313: end
[Validate]