Build
Docs
Reference
Guides
Blog
Discord
/
node:perf_hooks
/
PerformanceObserverEntryList
M
getEntries
M
getEntriesByName
M
getEntriesByType
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:perf_hooks
/
PerformanceObserverEntryList
M
getEntries
M
getEntriesByName
M
getEntriesByType
interface
perf_hooks.PerformanceObserverEntryList
interface
PerformanceObserverEntryList
getEntries
()
:
PerformanceEntryList
;
getEntriesByName
(
name
:
string
,
type
?
:
EntryType
)
:
PerformanceEntryList
;
getEntriesByType
(
type
:
EntryType
)
:
PerformanceEntryList
;