# File lib/active_support/testing/performance.rb, line 259
            def profile
              RubyProf.resume
              yield
            ensure
              RubyProf.pause
            end