Cpuburn.exe Release
<div class="IPBDescription">my C++ dableings</div> OKie as some of you may know I've been playing around at learning C++
Well one of my first applications is a CPUBURN tool, basically it will run the CPU @ 100% untill it completed the number of counts you specified.
An XP1400+ takes 18 seconds to complete one count. Not much use to the general public, however it can be usefull when diagnosing hardware problems, or testing a new cooler you just got.
It's an early version probably full of bugs so peeps please head over to
<a href='http://www.saiweb.co.uk/' target='_blank'>http://www.saiweb.co.uk/</a>
go to the apps page.
and download the prog it's only about 500kb. And let me know what you think.
Well one of my first applications is a CPUBURN tool, basically it will run the CPU @ 100% untill it completed the number of counts you specified.
An XP1400+ takes 18 seconds to complete one count. Not much use to the general public, however it can be usefull when diagnosing hardware problems, or testing a new cooler you just got.
It's an early version probably full of bugs so peeps please head over to
<a href='http://www.saiweb.co.uk/' target='_blank'>http://www.saiweb.co.uk/</a>
go to the apps page.
and download the prog it's only about 500kb. And let me know what you think.
Comments
but shouldn't this be in OT? \o/
lol
youd need to lead up a bunch of random data (smaller than the cpu cache), and manipulate that repeatedly, to really get a cpu diagnostic.
as a heat/airflow diagnostic it should be fine though. i wonder why such a program takes 500kb ?! shouldnt it be only a few lines? or are there lots of libraries loaded?
hm, i told it to do one count, it thought for a few (8ish) seconds and then said it completed. it needs a timer, because i didnt count for it, and i'd like to kno what it was doing?
it's looping 500,000 to the power of 5 loops of various math calculations running on one number.
as such #include <math.h> module is loaded.
the prog is 500kb because I forgot to remove the debug code!!!!
next version will be a lot better :-)
If peeps want I will post the source code.
(Does the program output data regarding what its just tested? And the source will help others learn, you'll also get people who may optimise your code annnnnnnd, most importantly, no-one will think of it as malicious if they compile the code themselves.)
The python script I used to stress-test a mate's processor after I installed him a new CPU heat-sink + fan.
--Scythe--