class Asciidoctor::Timings

def record key

def record key
  @log[key] = (now - (@timers.delete key))
end