Window:performance 属性

Window 接口的 performance 属性返回一个 Performance 对象,该对象可用于收集有关在窗口的作用域内运行的代码的性能信息。

性能条目是特定于上下文的。如果在主线程(或其他 worker)上创建一个标记,那么你无法在 worker 线程中看到它,反之亦然。

一个 Performance 对象,用于获取在窗口的作用域内运行的代码的性能以及与计时相关的信息。

规范

Specification
High Resolution Time
# the-performance-attribute

浏览器兼容性

BCD tables only load in the browser

参见