interfaceperf_hooks.PerformanceObserverCallbackinterface PerformanceObserverCallbackReferenced typesinterface PerformanceObserverEntryListgetEntries(): PerformanceEntryList;getEntriesByName(name: string,type?: EntryType): PerformanceEntryList;getEntriesByType(type: EntryType): PerformanceEntryList;interface PerformanceObserverdisconnect(): void;observe(options: PerformanceObserverInit): void;takeRecords(): PerformanceEntryList;