我正在检查项目中的CPU使用率,它将在空闲模式下显示40%-70%。
我希望减少应用程序中的CPU使用率。
我在互联网上找到了一些代码,但没有降低CPU使用率。
code :
Application.Current.Host.Settings.EnableFrameRateCounter = true;
System.GC.Collect();
System.GC.WaitForPendingFinalizers();
我该怎么做?
如果有人知道,他告诉我一些想法。
感谢。
答案 0 :(得分:0)