core concepts

Clock Speed

The frequency at which a processor executes instructions, measured in GHz (billions of cycles per second). Higher clock speeds generally mean faster single-threaded performance.

What is clock speed?

Clock speed measures how many cycles a processor completes per second, expressed in GHz (gigahertz — billions of cycles). A CPU running at 5.0 GHz executes 5 billion clock cycles every second. Each cycle, the processor can perform a certain amount of work — fetching instructions, executing calculations, moving data.

Higher clock speed means more cycles per second, which generally translates to faster single-threaded performance. But clock speed alone doesn't determine overall performance — architecture (how much work gets done per cycle, called IPC) matters just as much.

Base clock vs boost clock

Base clock is the guaranteed minimum frequency the processor runs at under standard conditions. Boost clock is the maximum frequency the processor reaches when thermal and power conditions allow — typically during lighter workloads where fewer cores are active.

For example, the Ryzen 7 9800X3D has a 4.7 GHz base clock and 5.2 GHz boost clock. During gaming (which typically stresses 1-4 cores), it runs near 5.2 GHz. During all-core workloads like video rendering, it runs closer to base clock because all cores generate heat simultaneously.

Frequently Asked Questions

Is higher GHz always better?

Not across different architectures. A 5.0 GHz Zen 5 core does more work per cycle (higher IPC) than a 5.0 GHz Zen 3 core. Within the same architecture and generation, higher GHz is better.

What's the difference between CPU and GPU clock speeds?

GPUs run at lower clock speeds (2.0-3.0 GHz) than CPUs (4.0-6.0 GHz), but GPUs have thousands of cores running simultaneously. Total throughput = cores × clock speed × work per cycle.