MIPS、MFLOPS、GFLOPS 和 TFLOPS

849 阅读1分钟
  • MIPS (Million Instructions Per Second)
  • 每秒执行多少百万条指令
  • MIPS = 指令条数/(执行时间x10^6)= 主频/CPI
  1. MFLOPS (Mega Floating-point Operations Per Second)
  2. 每秒执行多少百万次浮点运算
  3. MFLOPS = 浮点操作次数/(执行时间x10^6)
  • GFLOPS (Giga Floating-point Operations Per Second)
  • 每秒执行多少十亿次浮点运算
  • GFLOPS = 浮点操作次数/(执行时间x10^9)
  1. TFLOPS (Tera Floating-point Operations Per Second)
  2. 每秒执行多少万亿次浮点运算
  3. TFLOPS = 浮点操作次数/(执行时间x10^12)