Module NewRelic::Agent::StatsEngine::GCProfiler
In: lib/new_relic/agent/stats_engine/gc_profiler.rb

Methods

Classes and Modules

Class NewRelic::Agent::StatsEngine::GCProfiler::CoreGCProfiler
Class NewRelic::Agent::StatsEngine::GCProfiler::RailsBenchProfiler

Constants

GCSnapshot = Struct.new(:gc_time_s, :gc_call_count)
GC_ROLLUP = 'GC/Transaction/all'.freeze
GC_OTHER = 'GC/Transaction/allOther'.freeze
GC_WEB = 'GC/Transaction/allWeb'.freeze

Public Class methods

[Validate]