# File lib/active_record/log_subscriber.rb, line 11
    def self.reset_runtime
      rt, self.runtime = runtime, 0
      rt
    end