# File lib/active_support/testing/performance/jruby.rb, line 102 102: def measure 103: ManagementFactory.garbage_collector_mx_beans.inject(0) { |total_runs, current_gc| total_runs += current_gc.collection_count } 104: end
# File lib/active_support/testing/performance/rubinius.rb, line 100 100: def measure 101: loopback.get("system.gc.full.count").last + loopback.get("system.gc.young.count").last 102: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.