Method: OneApm::Collector::StatsEngine::GCProfiler::CoreGCProfiler.enabled?

Defined in:
lib/one_apm/collector/stats_engine/gc_profiler.rb

.enabled?Boolean

Returns:

  • (Boolean)


84
85
86
# File 'lib/one_apm/collector/stats_engine/gc_profiler.rb', line 84

def self.enabled?
  OneApm::LanguageSupport.gc_profiler_enabled?
end