interfaceperf_hooks.PerformanceObserverEntryListinterface PerformanceObserverEntryListgetEntries(): PerformanceEntryList;getEntriesByName(name: string,type?: EntryType): PerformanceEntryList;getEntriesByType(type: EntryType): PerformanceEntryList;