Class: NewRelic::Agent::StatsEngine::GCProfiler::GCSnapshot

Inherits:
Struct
  • Object
show all
Defined in:
lib/new_relic/agent/stats_engine/gc_profiler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#gc_call_countObject

Returns the value of attribute gc_call_count

Returns:

  • (Object)

    the current value of 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_sObject

Returns the value of attribute gc_time_s

Returns:

  • (Object)

    the current value of 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