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