BrowserPerformanceMeasurement class

Oluşturucu Ayrıntıları

BrowserPerformanceMeasurement(string, string)

new BrowserPerformanceMeasurement(name: string, correlationId: string)

Parametreler

name

string

correlationId

string

Yöntem Ayrıntıları

endMeasurement()

function endMeasurement()

flushMeasurement()

function flushMeasurement(): null | number

Döndürülenler

null | number

flushMeasurements(string, SubMeasurement[])

Tarayıcı işaretlerini ve ölçümlerini boşalt.

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

Parametreler

correlationId

string

measurements

SubMeasurement[]

startMeasurement()

function startMeasurement()

supportsBrowserPerformance()

static function supportsBrowserPerformance(): boolean

Döndürülenler

boolean