method Performance.clearMeasures
Jump to headingPerformance.clearMeasures(name?: string): voidIf 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: stringReturn Type Jump to heading
void