clearMeasures method
Removes measures and their associated values.
![]() |
Syntax
var retval = performance.clearMeasures(measureName);Parameters
- measureName [in, optional]
-
Type: DOMString
Name of the measures(s) to be cleared.
Return value
Type: HRESULT
This method can return one of these values.
- S_OK
Standards information
Remarks
If a value for the measureName parameter is specified, only measures with that name are removed. If there are no measures with the specified name, this method does nothing.
See also
Show:
