# File lib/new_relic/agent/samplers/vm_sampler.rb, line 40 def on_transaction_finished(*_) @lock.synchronize { @transaction_count += 1 } end