BrowserPerformanceMeasurement class
Konstruktoren
| Browser |
Methoden
| end |
|
| flush |
|
| flush |
Browsermarkierungen und Maße leeren. |
| start |
|
| supports |
Details zum Konstruktor
BrowserPerformanceMeasurement(string, string)
new BrowserPerformanceMeasurement(name: string, correlationId: string)
Parameter
- name
-
string
- correlationId
-
string
Details zur Methode
endMeasurement()
function endMeasurement()
flushMeasurement()
function flushMeasurement(): null | number
Gibt zurück
null | number
flushMeasurements(string, SubMeasurement[])
Browsermarkierungen und Maße leeren.
static function flushMeasurements(correlationId: string, measurements: SubMeasurement[])
Parameter
- correlationId
-
string
- measurements
startMeasurement()
function startMeasurement()
supportsBrowserPerformance()
static function supportsBrowserPerformance(): boolean
Gibt zurück
boolean