Arcadio
Diamond Member
I want to use some basic, simple algorithms to compare the relatively performance of all my current and future PC's. This is done just as a fun project for myself. I also want to use these apps to teach math and programming to kids. Which algorithms should I use to better measure the performance of my CPU's? I'm also doing this so that I can practice my C++ skills.
Now, I know that by using single algorithms I am only testing ONE specific area of the CPU, but I would like to add a few different algorithms that can test different areas of the CPU.
What would you suggest I write?
As an example, a few months ago I wrote a simple application that calculates the nth term of the fibonacci sequence and displays the time it took to find it.
Now, I know that by using single algorithms I am only testing ONE specific area of the CPU, but I would like to add a few different algorithms that can test different areas of the CPU.
What would you suggest I write?
As an example, a few months ago I wrote a simple application that calculates the nth term of the fibonacci sequence and displays the time it took to find it.