Constructors
Methods
attachObserver
attachObserver(options?: PerformanceObserverInit): () => void Parameters
options: PerformanceObserverInit
Returns () => void
clearMeasures
clearMeasures(name?: string): void
getMeasures
getMeasures(name?: string): PerformanceEntryList Parameters
Returns PerformanceEntryList
setLogEnabled
setLogEnabled(state: boolean): void
start
start(name: string): () => void Parameters
Returns () => void