BrowserPerformanceMeasurement class

Detail Konstruktor

BrowserPerformanceMeasurement(string, string)

new BrowserPerformanceMeasurement(name: string, correlationId: string)

Parameter

name

string

correlationId

string

Detail Metode

endMeasurement()

function endMeasurement()

flushMeasurement()

function flushMeasurement(): null | number

Mengembalikan

null | number

flushMeasurements(string, SubMeasurement[])

Bersihkan tanda dan pengukuran browser.

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

Parameter

correlationId

string

measurements

SubMeasurement[]

startMeasurement()

function startMeasurement()

supportsBrowserPerformance()

static function supportsBrowserPerformance(): boolean

Mengembalikan

boolean