Class: OneApm::Collector::StatsEngine::GCProfiler::GCSnapshot
- Inherits:
-
Struct
- Object
- Struct
- OneApm::Collector::StatsEngine::GCProfiler::GCSnapshot
- Defined in:
- lib/one_apm/collector/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
7 8 9 |
# File 'lib/one_apm/collector/stats_engine/gc_profiler.rb', line 7 def gc_call_count @gc_call_count end |
#gc_time_s ⇒ Object
Returns the value of attribute gc_time_s
7 8 9 |
# File 'lib/one_apm/collector/stats_engine/gc_profiler.rb', line 7 def gc_time_s @gc_time_s end |