# File lib/new_relic/agent/stats_engine/gc_profiler.rb, line 70 def self.enabled? ::GC.respond_to?(:time) && ::GC.respond_to?(:collections) end