BrowserPerformanceMeasurement class

생성자 세부 정보

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