# File lib/spring/test/application.rb, line 128
      def with_timing
        @times = []
        yield
      ensure
        @times = nil
      end