Principles of Computer Design

The Processor Performance Equation:

CPU time = #Instructions * Cycles per Instruction * Clock Cycle Time

TExec = #I * CPI * TCC

Amdahl Law:

Speedup = OldExectime / NewExecTime = 1 / (f/s)

f - improved fraction with s s - speedup