BrowserPerformanceMeasurement class

Dettagli costruttore

BrowserPerformanceMeasurement(string, string)

new BrowserPerformanceMeasurement(name: string, correlationId: string)

Parametri

name

string

correlationId

string

Dettagli metodo

endMeasurement()

function endMeasurement()

flushMeasurement()

function flushMeasurement(): null | number

Valori restituiti

null | number

flushMeasurements(string, SubMeasurement[])

Svuotare i segni e le misurazioni del browser.

static function flushMeasurements(correlationId: string, measurements: SubMeasurement[])

Parametri

correlationId

string

measurements

SubMeasurement[]

startMeasurement()

function startMeasurement()

supportsBrowserPerformance()

static function supportsBrowserPerformance(): boolean

Valori restituiti

boolean