# File lib/new_relic/agent/stats_engine/gc_profiler.rb, line 29 def self.take_snapshot init if @profiler GCSnapshot.new(@profiler.call_time_s, @profiler.call_count) else nil end end