# File lib/active_support/testing/performance/rubinius.rb, line 74
            def with_gc_stats
              @loopback = Rubinius::Agent.loopback
              GC.run(true)
              yield
            end