本文介绍了Google Chrome DevTools Profiler中的(空闲)意味着什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
idle 的确切含义是什么?在这种情况下?
是否真的没有任何事情发生?或只是没有JavaScript被解析/执行?
解决方案
空闲的含义显而易见:(空闲)意味着花费在无所作为。
转至 about:blank ,并获取新的CPU配置文件。结果可能是(空闲)接近100%和(程序) 。
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?
解决方案
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) .
这篇关于Google Chrome DevTools Profiler中的(空闲)意味着什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!