一、MIPS
MIPS全称Million Instruction executed Per Second(每秒执行百万条指令),用来计算同一秒内系统的处理能力。
二、DMIPS
DMIPS全称Dhrystones Million Instruction executed Per Second,主要用于测试整数计算能力。
三、MFLOPS
MFLOPS全称Million Floating-point Operations Per Second,主要用于测试浮点数计算能力。
例如,一个CPU的DMIPS为200是指,这个处理器的整数处理能力为(200 * 100万)条指令/秒