Build
Docs
Reference
Guides
Blog
Discord
/
node:perf_hooks
/
PerformanceEntry
P
duration
P
entryType
P
name
P
startTime
M
toJSON
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:perf_hooks
/
PerformanceEntry
P
duration
P
entryType
P
name
P
startTime
M
toJSON
interface
perf_hooks.PerformanceEntry
interface
PerformanceEntry
readonly
duration
:
number
readonly
entryType
:
EntryType
readonly
name
:
string
readonly
startTime
:
number
toJSON
()
:
any
;