BrowserPerformanceMeasurement class
メソッド
| end |
|
| flush |
|
| flush |
ブラウザーのマークと測定値をフラッシュします。 |
| start |
|
| supports |
コンストラクターの詳細
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
startMeasurement()
function startMeasurement()
supportsBrowserPerformance()
static function supportsBrowserPerformance(): boolean
返品
boolean