Soldato
- Joined
- 27 Jan 2003
- Posts
- 5,962
- Location
- Chesterfield, UK
CR
Just because task manager shows 100% cpu does not mean the CPU is maxed out. A simple loop doing nothing will show 100% cpu usage. The same loop processing the windows message queue every 10 iteration will then show 0% CPU usage.
Just because task manager shows 100% cpu does not mean the CPU is maxed out. A simple loop doing nothing will show 100% cpu usage. The same loop processing the windows message queue every 10 iteration will then show 0% CPU usage.