2.
-
kıs. cycles per instruction
Bilgisayar performansı belirlemede kullanılan bir terimdir. Örnekle acıklarsak:
Instruction Type--------Instruction count---------Clock cycle count
Integer arithmetic--------45000-----------------------1
Data transfer--------------32000-----------------------2
Floating point--------------15000-----------------------2
Control transfer------------8000-----------------------2*
Toplam komut sayısı: 100000
Böyle bir makinenin cpi si
CPI = (45000*1 + 32000*2 + 15000*2 + 8000*2)/100000 = 1550000/100000 = 1.55