Chrome 开发工具 "Hit Test" 时间线条目是什么?

What is the Chrome Dev Tools "Hit Test" timeline entry?

在查看 Chrome 开发工具时间轴时,我注意到每次发生某些事情时都会有一个 "Hit Test" 条目:

有人知道这是什么吗?我已经完成了谷歌搜索,但仍然不知所措。

谢谢!

命中测试是如何检查联系人 (mouse/touch) 事件以查看它 "hit" 在 DOM.

中的内容

https://www.chromium.org/developers/design-documents/compositor-hit-testing 描述了其中的一些内容。