BrowserPerformanceMeasurement class

Détails du constructeur

BrowserPerformanceMeasurement(string, string)

new BrowserPerformanceMeasurement(name: string, correlationId: string)

Paramètres

name

string

correlationId

string

Détails de la méthode

endMeasurement()

function endMeasurement()

flushMeasurement()

function flushMeasurement(): null | number

Retours

null | number

flushMeasurements(string, SubMeasurement[])

Videz les marques de navigateur et les mesures.

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

Paramètres

correlationId

string

measurements

SubMeasurement[]

startMeasurement()

function startMeasurement()

supportsBrowserPerformance()

static function supportsBrowserPerformance(): boolean

Retours

boolean