method Performance.clearMeasuresPerformance.clearMeasures(name?: string): voidDeprecatedIf name is not provided, removes all PerformanceMeasure objects from the Performance Timeline. If name is provided, removes only the named measure. Parametersoptionalname: stringReturn Typevoid