Skip to main content

clearMeasures

method Performance.clearMeasures
Jump to headingPerformance.clearMeasures(name?: string): void

If name is not provided, removes all PerformanceMeasure objects from the Performance Timeline. If name is provided, removes only the named measure.

Parameters Jump to heading

optional
Jump to headingname: string

Return Type Jump to heading

void
Back to top