Home > Software engineering >  Why does my application account for 35% of the CPU resources so much
Why does my application account for 35% of the CPU resources so much

Time:02-14

How to optimize? There is a thread in the program

CodePudding user response:

Basically see what to do in the thread, the simplest in the thread to Sleep (1)

CodePudding user response:

If you can't use the built-in CPU analysis components such as certain types of tools, you can reduce part of the code at a time, to check the results
  • Related