# File lib/new_relic/agent/samplers/vm_sampler.rb, line 26 def initialize @lock = Mutex.new @transaction_count = 0 @last_snapshot = take_snapshot end