Skip to main content
method Performance.clearMeasures
Performance.clearMeasures(name?: string): void
Deprecated

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

Parameters

optional
name: string

Return Type

void
Back to top