# File lib/asciidoctor/timings.rb, line 13
    def record key
      @log[key] = (::Time.now - (@timers.delete key))
    end