BrowserPerformanceMeasurement class

Details zum Konstruktor

BrowserPerformanceMeasurement(string, string)

new BrowserPerformanceMeasurement(name: string, correlationId: string)

Parameter

name

string

correlationId

string

Details zur Methode

endMeasurement()

function endMeasurement()

flushMeasurement()

function flushMeasurement(): null | number

Gibt zurück

null | number

flushMeasurements(string, SubMeasurement[])

Browsermarkierungen und Maße leeren.

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

Parameter

correlationId

string

measurements

SubMeasurement[]

startMeasurement()

function startMeasurement()

supportsBrowserPerformance()

static function supportsBrowserPerformance(): boolean

Gibt zurück

boolean