MgetEntriesByName
Bun

method

perf_hooks.Performance.getEntriesByName

name: string,
type?: EntryType

Returns a list of PerformanceEntry objects in chronological order with respect to performanceEntry.startTime whose performanceEntry.name is equal to name, and optionally, whose performanceEntry.entryType is equal to type.