methodperf_hooks.Performance.getEntriesByNamegetEntriesByName(name: string,type?: EntryType): PerformanceEntryList;Referenced typestype EntryType =| 'dns'| 'function'| 'gc'| 'http2'| 'http'| 'mark'| 'measure'| 'net'| 'node'| 'quic'| 'resource'type PerformanceEntryList = PerformanceEntry[]