class Asciidoctor::Timings

def initialize

def initialize
  @log = {}
  @timers = {}
end