# File lib/new_relic/agent/event_loop.rb, line 138
      def prune_timers
        @timers.delete_if { |e, t| t.finished? }
      end