Class NewRelic::Agent::StatsEngine::GCProfiler::CoreGCProfiler
In: lib/new_relic/agent/stats_engine/gc_profiler.rb
Parent: Object

Methods

Public Class methods

Public Instance methods

When using GC::Profiler, it‘s important to periodically call GC::Profiler.clear in order to avoid unbounded growth in the number of GC recordds that are stored. However, we actually do this internally within MonotonicGCProfiler on calls to total_time_s, so the reset here is a no-op.

[Validate]