Class: NewRelic::Agent::StatsEngine::GCProfiler::GCSnapshot
- Inherits:
-
Struct
- Object
- Struct
- NewRelic::Agent::StatsEngine::GCProfiler::GCSnapshot
- Defined in:
- lib/new_relic/agent/stats_engine/gc_profiler.rb
Instance Attribute Summary collapse
-
#gc_call_count ⇒ Object
Returns the value of attribute gc_call_count.
-
#gc_time_s ⇒ Object
Returns the value of attribute gc_time_s.
Instance Attribute Details
#gc_call_count ⇒ Object
Returns the value of attribute gc_call_count
9 10 11 |
# File 'lib/new_relic/agent/stats_engine/gc_profiler.rb', line 9 def gc_call_count @gc_call_count end |
#gc_time_s ⇒ Object
Returns the value of attribute gc_time_s
9 10 11 |
# File 'lib/new_relic/agent/stats_engine/gc_profiler.rb', line 9 def gc_time_s @gc_time_s end |