BrowserPerformanceMeasurement class
Costruttori
| Browser |
Metodi
| end |
|
| flush |
|
| flush |
Svuotare i segni e le misurazioni del browser. |
| start |
|
| supports |
Dettagli costruttore
BrowserPerformanceMeasurement(string, string)
new BrowserPerformanceMeasurement(name: string, correlationId: string)
Parametri
- name
-
string
- correlationId
-
string
Dettagli metodo
endMeasurement()
function endMeasurement()
flushMeasurement()
function flushMeasurement(): null | number
Valori restituiti
null | number
flushMeasurements(string, SubMeasurement[])
Svuotare i segni e le misurazioni del browser.
static function flushMeasurements(correlationId: string, measurements: SubMeasurement[])
Parametri
- correlationId
-
string
- measurements
startMeasurement()
function startMeasurement()
supportsBrowserPerformance()
static function supportsBrowserPerformance(): boolean
Valori restituiti
boolean