在使用VerySleepy进行分析时看到它是评分最高的项目后,我搜索了它,似乎每个人都得到了答案“这是一个系统功能,忽略它”。但是Sleepy对该函数的提示是这样说的:Hint:KiFastSystemCallRetoftenmeansthethreadwaswaitingforsomethingelsetofinish.PossiblecausesmightbediskI/O,waitingforanevent,ormaybejustcallingSleep().现在,我的应用程序绝对会消耗CPU,因此33%的时间都花在等待某事发生上,这有点奇怪。我真的只是忽略它吗?编辑:显然,77