# File lib/new_relic/language_support.rb, line 77 def gc_profiler_enabled? if gc_profiler_usable? && ::GC::Profiler.enabled? && !::NewRelic::Agent.config[:disable_gc_profiler] true else false end end