@asciidoctor/core
Preparing search index...
Timings
Class Timings
Index
Constructors
constructor
Properties
_
log
_
timers
Methods
_
now
convert
parse
print
Report
read
read
Parse
read
Parse
Convert
record
start
time
total
write
create
Constructors
constructor
new
Timings
()
:
Timings
Returns
Timings
Properties
_
log
_log
:
{}
_
timers
_timers
:
{}
Methods
_
now
_now
()
:
any
Returns
any
convert
convert
()
:
any
Returns
any
parse
parse
()
:
any
Returns
any
print
Report
printReport
(
out
?:
{
log
?:
(
s
:
string
)
=>
void
;
write
?:
(
s
:
string
)
=>
void
}
,
subject
?:
string
,
)
:
void
Print a summary report.
Parameters
Optional
out
:
{
log
?:
(
s
:
string
)
=>
void
;
write
?:
(
s
:
string
)
=>
void
}
Output sink.
Optional
subject
:
string
Optional label for the input file.
Returns
void
read
read
()
:
any
Returns
any
read
Parse
readParse
()
:
any
Returns
any
read
Parse
Convert
readParseConvert
()
:
any
Returns
any
record
record
(
key
:
any
)
:
void
Parameters
key
:
any
Returns
void
start
start
(
key
:
any
)
:
void
Parameters
key
:
any
Returns
void
time
time
(
...
keys
:
any
[]
)
:
any
Parameters
...
keys
:
any
[]
Returns
any
total
total
()
:
any
Returns
any
write
write
()
:
any
Returns
any
Static
create
create
()
:
Timings
Returns
Timings
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
log
_
timers
Methods
_
now
convert
parse
print
Report
read
read
Parse
read
Parse
Convert
record
start
time
total
write
create
@asciidoctor/core
Loading...
Print a summary report.