BrowserPerformanceMeasurement class

メソッド

endMeasurement()
flushMeasurement()
flushMeasurements(string, SubMeasurement[])

ブラウザーのマークと測定値をフラッシュします。

startMeasurement()
supportsBrowserPerformance()

コンストラクターの詳細

BrowserPerformanceMeasurement(string, string)

new BrowserPerformanceMeasurement(name: string, correlationId: string)

パラメーター

name

string

correlationId

string

メソッドの詳細

endMeasurement()

function endMeasurement()

flushMeasurement()

function flushMeasurement(): null | number

返品

null | number

flushMeasurements(string, SubMeasurement[])

ブラウザーのマークと測定値をフラッシュします。

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

パラメーター

correlationId

string

measurements

SubMeasurement[]

startMeasurement()

function startMeasurement()

supportsBrowserPerformance()

static function supportsBrowserPerformance(): boolean

返品

boolean