class

Asciidoctor::Timings

Inherits Reference < Object

Constructors

Instance methods

convert

Public: Return the time recorded for the convert phase.

Source
parse

Public: Return the time recorded for the parse phase.

Source
read

Public: Return the time recorded for the read phase.

Source
read_parse

Public: Return the combined time for read and parse phases.

Source
read_parse_convert

Public: Return the combined time for read, parse and convert phases.

Source
record(key : Symbol) : Nil

Public: Record the elapsed time for the specified key since start was called.

Source
start(key : Symbol) : Nil

Public: Start a timer for the specified key.

Source
total

Public: Return the combined time for all phases.

Source
write

Public: Return the time recorded for the write phase.

Source