class Asciidoctor::Timings

def total

def total
  time :read, :parse, :convert, :write
end