BrowserPerformanceMeasurement class
Constructors
Browser |
Methods
end |
|
flush |
|
start |
|
supports |
Constructor Details
BrowserPerformanceMeasurement(string, string)
new BrowserPerformanceMeasurement(name: string, correlationId: string)
Parameters
- name
-
string
- correlationId
-
string
Method Details
endMeasurement()
function endMeasurement()
flushMeasurement()
function flushMeasurement(): number | null
Returns
number | null
startMeasurement()
function startMeasurement()
supportsBrowserPerformance()
static function supportsBrowserPerformance(): boolean
Returns
boolean