TimingEntryList
Nodepod API / src / perf_hooks / TimingEntryList
Interface: TimingEntryList
Section titled “Interface: TimingEntryList”Defined in: src/polyfills/perf_hooks.ts:45
Methods
Section titled “Methods”getEntries()
Section titled “getEntries()”getEntries():
PerformanceEntry[]
Defined in: src/polyfills/perf_hooks.ts:46
Returns
Section titled “Returns”PerformanceEntry[]
getEntriesByName()
Section titled “getEntriesByName()”getEntriesByName(
name,kind?):PerformanceEntry[]
Defined in: src/polyfills/perf_hooks.ts:47
Parameters
Section titled “Parameters”string
string
Returns
Section titled “Returns”PerformanceEntry[]
getEntriesByType()
Section titled “getEntriesByType()”getEntriesByType(
kind):PerformanceEntry[]
Defined in: src/polyfills/perf_hooks.ts:48
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”PerformanceEntry[]