BrowserPerformanceMeasurement class

Detalles del constructor

BrowserPerformanceMeasurement(string, string)

new BrowserPerformanceMeasurement(name: string, correlationId: string)

Parámetros

name

string

correlationId

string

Detalles del método

endMeasurement()

function endMeasurement()

flushMeasurement()

function flushMeasurement(): null | number

Devoluciones

null | number

flushMeasurements(string, SubMeasurement[])

Vaciar marcas y medidas del explorador.

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

Parámetros

correlationId

string

measurements

SubMeasurement[]

startMeasurement()

function startMeasurement()

supportsBrowserPerformance()

static function supportsBrowserPerformance(): boolean

Devoluciones

boolean