Hi all,
I'm creating my own CPU stress test for a bit of fun.
Wanting some advice of where to put pressure on the CPU?
my first thought is get this program to focus on arithmetic so int/float point operations.
Currently implementation:
I'm creating my own CPU stress test for a bit of fun.
Wanting some advice of where to put pressure on the CPU?
my first thought is get this program to focus on arithmetic so int/float point operations.
Currently implementation:
- My program will determine how many cores and threads are available
- Then locks each core to a certain tasks to run
- In this case getting two random numbers to generate (between 1 & 10 Million)
- then multiplying these together And checking the answer A set amount of times to see if any come back false