• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Make a program use more than 50% CPU usage

overst33r

Diamond Member
I need to make a program use more than 50% of the CPU when it's crunching numbers. I use it a lot, so it would increase productivity.

Is this possible? If so, how

Thanks
 
If the program is communicating with whatever device you are trying to program then you're going to be limited by the I/O of that device, which will prevent the program from using full CPU resources.
 
Let me guess, you have dual core cpu.

If so, then when Windows task manager shows 50%, that means 100% of one core.
 
Back
Top