必须使用 performance 对象作为接收者调用此方法。
performance
新增于: v8.5.0
name
如果未提供 name,则从性能时间轴中删除所有 PerformanceMark 对象。如果提供了 name,则仅删除命名标记。
PerformanceMark
¥If name is not provided, removes all PerformanceMark objects from the Performance Timeline. If name is provided, removes only the named mark.