Method: NewRelic::Agent::VM::CRubyVM#gather_gc_stats
- Defined in:
- lib/new_relic/agent/vm/c_ruby_vm.rb
#gather_gc_stats(snap) ⇒ Object
25 26 27 28 |
# File 'lib/new_relic/agent/vm/c_ruby_vm.rb', line 25 def gather_gc_stats(snap) gather_gc_runs(snap) if supports?(:gc_runs) gather_derived_stats(snap) end |