# File lib/new_relic/agent/samplers/vm_sampler.rb, line 95 def record_heap_free_metric(snapshot) if snapshot.heap_free record_gauge_metric(HEAP_FREE_METRIC, snapshot.heap_free) end end