New to the world of computer building

Clutchmonkey

Junior Member
Mar 23, 2014
3
0
0
Hi, i've been playing video games now since i was a child, And i've recently picked up an intrest in building computers/knowing whats inside one, whats best, and what that certain peace does etc..

And i would like some tips on how to messure a CPU

What artibute inside the cpu would be best for making videos?
What artibute inside the cpu would be best for Gaming video games?
etc..

Appriciate any feedback.:$
 

mfenn

Elite Member
Jan 17, 2010
22,400
5
71
www.mfenn.com
The best way to measure CPUs is to come up with a benchmark that's representative of the task that you want to complete. So if you wanted to measure video editing performance, you'd find a benchmark of Adobe Premiere or a similar piece of software. If you wanted to measure gaming performance, you'd find a benchmark of the game you're interested in.

What factors determine end performance of a PC in any given task is a very complex question, which is why treating the components as "black boxes" makes sense when you start trying to characterize the workload. You run your benchmark, then change out the CPU and run the benchmark again. Keep doing that with a wide variety of components until you get and idea of which CPU performs the best.

Then you look at the differences between a CPU that runs the benchmark quickly and one that doesn't run it as quickly. Does the faster CPU have more cores, a higher clock speed, more cache? Once you've found the differences, you try to eliminate them one by one. Maybe you'll test two CPUs with the same clock speed, but different core counts. Or you'll find two CPUs with the same number of cores but different clock speeds. Eventually you'll figure out what element of the CPU is the most important. Usually it'll be a combination of different aspects, but some will matter more.

Or you might determine that the CPU has very little to no effect on your benchmark. Then you'll start looking at different components like the GPU, amount of memory, speed of memory, and speed of the disk.
 

Clutchmonkey

Junior Member
Mar 23, 2014
3
0
0
So to be clear, its Cashe, cores and ghz (clockspeed) that is the messureable components for the cpu?or is there more (important) components that i need to keep an eye on?
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,472
4,323
75
So to be clear, its Cashe, cores and ghz (clockspeed) that is the messureable components for the cpu?or is there more (important) components that i need to keep an eye on?

The most important thing you forgot is probably IPC. A Pentium 4 overclocked to a (probably impossible) 9GHz wouldn't beat one modern Intel core.

Also, core count has gotten fuzzy lately. Recent AMD FX processors claim to have 4, 6, and 8 cores, but they share one fetch unit, one decode unit, and one floating-point unit between pairs of "cores". Meanwhile, Intel mainstream CPUs top out at 4 cores, but they have hyper-threading to make 8 threads use different parts of the CPU simultaneously, so 8 threads work faster than 4, but slower than they would on 8 real cores.
 

mfenn

Elite Member
Jan 17, 2010
22,400
5
71
www.mfenn.com
The most important thing you forgot is probably IPC. A Pentium 4 overclocked to a (probably impossible) 9GHz wouldn't beat one modern Intel core.

Also, core count has gotten fuzzy lately. Recent AMD FX processors claim to have 4, 6, and 8 cores, but they share one fetch unit, one decode unit, and one floating-point unit between pairs of "cores". Meanwhile, Intel mainstream CPUs top out at 4 cores, but they have hyper-threading to make 8 threads use different parts of the CPU simultaneously, so 8 threads work faster than 4, but slower than they would on 8 real cores.

:thumbsup:

OP, I wasn't exhaustively listing out everything that might affect CPU performance, just giving some examples.