Build
Docs
Reference
Guides
Blog
Discord
/
node:perf_hooks
/
PerformanceObserverEntryList
/
getEntriesByName
M
getEntriesByName
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:perf_hooks
/
PerformanceObserverEntryList
/
getEntriesByName
M
getEntriesByName
method
perf_hooks.PerformanceObserverEntryList.getEntriesByName
getEntriesByName
(
name
:
string
,
type
?
:
EntryType
)
:
PerformanceEntryList
;
Referenced types
type
EntryType
=
'dns'
|
'function'
|
'gc'
|
'http2'
|
'http'
|
'mark'
|
'measure'
|
'net'
|
'node'
|
'resource'
type
PerformanceEntryList
=
PerformanceEntry
[]