Source: show | on GitHub
# File activesupport/lib/active_support/testing/performance/ruby.rb, line 106 106: def measure 107: RubyProf.measure_wall_time 108: end
# File activesupport/lib/active_support/testing/performance/jruby.rb, line 78 78: def measure 79: super 80: end
# File activesupport/lib/active_support/testing/performance/rubinius.rb, line 82 82: def measure 83: super 84: end