# File lib/new_relic/agent/samplers/vm_sampler.rb, line 44 def reset_transaction_count @lock.synchronize do old_count = @transaction_count @transaction_count = 0 old_count end end