Build
Docs
Reference
Guides
Blog
Discord
/
node:perf_hooks
/
PerformanceEntryList
T
PerformanceEntryList
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:perf_hooks
/
PerformanceEntryList
T
PerformanceEntryList
type
perf_hooks.PerformanceEntryList
type
PerformanceEntryList
=
PerformanceEntry
[]
Referenced types
interface
PerformanceEntry
readonly
duration
:
number
readonly
entryType
:
EntryType
readonly
name
:
string
readonly
startTime
:
number
toJSON
()
:
any
;