# File lib/asciidoctor/timings.rb, line 9
    def start key
      @timers[key] = ::Time.now
    end