BrowserPerformanceMeasurement class
Oluşturucular
| Browser |
Yöntemler
| end |
|
| flush |
|
| flush |
Tarayıcı işaretlerini ve ölçümlerini boşalt. |
| start |
|
| supports |
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
startMeasurement()
function startMeasurement()
supportsBrowserPerformance()
static function supportsBrowserPerformance(): boolean
Döndürülenler
boolean