# File lib/active_support/testing/performance/ruby/yarv.rb, line 9
              def with_gc_stats
                GC::Profiler.enable
                GC.start
                yield
              ensure
                GC::Profiler.disable
              end