method Performance.clearMarks
Jump to headingPerformance.clearMarks(name?: string): void
If 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: string
Return Type Jump to heading
void