# File lib/new_relic/agent/vm/monotonic_gc_profiler.rb, line 17
        def initialize
          @total_time_s = 0
          @lock         = Mutex.new
        end