CPU overheating because of Delphi IDE

前端 未结 4 955
庸人自扰
庸人自扰 2021-02-06 16:54

I am using Delphi 7 but I have trialed the Delphi 2005 - 2010 versions.

In all these new versions my CPU utilization is 50% (one core is 100%, the other is \"relaxed\")

4条回答
  •  南笙
    南笙 (楼主)
    2021-02-06 17:31

    ..it's the way Delphi Action works. Some "buttons" uses Action to monitor things, well if Action on Idle event performs some code this keeps happening taking CPU usage just like you have code performed in an infinite loop.. no much you can do except like you said, dont use that button.

提交回复
热议问题