# File lib/new_relic/agent/busy_calculator.rb, line 68 def reset #THREAD_LOCAL_ACCESS @entrypoint_stack = [] TransactionState.tl_get.busy_entries = 0 @lock ||= Mutex.new @accumulator = 0 @harvest_start = time_now end