| Module | NewRelic::Agent::StatsEngine::GCProfiler |
| In: |
lib/new_relic/agent/stats_engine/gc_profiler.rb
|
| 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 |