method Performance.clearMarks
Jump to headingPerformance.clearMarks(name?: string): voidIf name is not provided, removes all PerformanceMark objects from the Performance Timeline.
If name is provided, removes only the named mark.
Parameters Jump to heading
optional
Jump to headingname: stringReturn Type Jump to heading
void