CPU Time = Temps d'exécution = Nombre d'instructions × CPI × temps d'un cycle
CPI = Σ (CPIi × (Ni / Nb total))
La fréquence f = 1 / cycle
P = capacitance × V2 × f avec capacitance = nombre de coeurs
L'accélération (speedup) = temps sans amélioration / temps avec amélioration
Vitesse d'exécution en nombre d'instructions par secondes = f / CPI
MIPS = f / (CPI × 106) (MIPS = Mega instructions par seconde)
GOPS = f / (CPI × 109) (GOPS = Gigo opérations par seconde)
TOPS = f / (CPI × 1012) (TOPS = Tera opérations par seconde)