# File lib/active_support/testing/performance/ruby/mri.rb, line 9
              def with_gc_stats
                GC.enable_stats
                GC.start
                yield
              ensure
                GC.disable_stats
              end