module Fluent::PluginHelper::Timer

def stop

def stop
  super
  @_timer_running = false
end