计算机系统概述
计算机性能指标和评价¶
- 非时间指标
- 字长
- 总线宽度
- 主存容量与存储带宽
- 时间指标
- 主频 f / 时钟周期 T,外频、倍频
- 主频 = 外频 \(\times\) 倍频
- CPI (Clock cycles Per Instruction)
- CPI = \(\sum\) 程序中各类指令的CPI \(\times\) 程序中该类指令的比例
- MIPS (Million Instructions Per Second)
- 全性能公式:MIPS = \(\frac{f}{\text{CPI} \times 10^6 }\)
- CPU 时间:执行一段程序所需的时间
- CPU 时间 = 程序中所有指令的时钟周期数之和 \(\times\) T = 总指令数 \(\times\) CPI \(\times\) T = 指令数量 / (MIPS \(\times 10^6\))
- 主频 f / 时钟周期 T,外频、倍频