What does (idle) mean in Google Chrome DevTools Profiler?

匿名 (未验证) 提交于 2019-12-03 00:46:02

问题:

Probably it's obvious but I can't find an answer..

What's the exact meaning of idle in this case? Is there really nothing going on? Or just no JavaScript getting parsed/executed?

回答1:

The meaning of "idle" is really obvious: "(idle)" means the time spent on doing nothing.

Go to about:blank, and get a new CPU profile. The result is probably a value for (idle) close to 100% and a bit of (program) next question: Chrome debugger - What is "(program)" in the profiler?.



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!