SuperIC社区_

标题: DMIPS [打印本页]

作者: creass    时间: 2016-9-27 09:57
标题: DMIPS
DMIPShrystone MillionInstructi** executed Per Second :主要用于测整数计算能力。
MIPS: Million Instructi** executed PerSecond,每秒百万条指令,用来计算同一秒内系统的处理能力,即每秒执行了多少百万条指令。D是Dhrystone的缩写,他表示了在Dhrystone这样一种测试方法下的MIPS,Dhrystone是一种整数运算测试程序。
MFLOPS:Million Floating-pointOperati** per Second:主要用于测浮点计算能力。
MIPS,DMIPS和MFLOPS是常用的CPU性能评估标准。
要注意的是DMIPS只适宜于评估标量机,不能用于评估向量机。而MFLOPS则比较适用于衡量向量机的性能。为了正确反映计算机的性能,每一种浮点操作要乘以一个正则化的值然后再求MFLOPS的值。CPU性能评估采用合成测试程序,较流行的有Whetstone 和 Dhrystone两种。Dhrystone主要用于测整数计算能力,计算单位就是DMIPS。采用Whetstone 主要用于测浮点计算能力,计算单位就是MFLOPS。
下面是在FOLDOC上的解释:
Dhrystone
A short synthetic benchmark program by ReinholdWeicker, intended to be representative of system (integer) programming. It isavailable in ADA, Pascal and C.The current version is Dhrystone 2.1. The authorsays, "Relying on MIPS V1.1 (the result of V1.1) numbers can be hazardousto your professional health."
Due to its small size, the memory systemoutside the cache is not tested. Compilers can too easily optimise forDhrystone. String operati** are somewhat over-represented.
(2002-03-26)
(c) Copyright 1993 by Denis Howe
例如:一个处理器达到 200 DMIPS的性能是指:这个处理器测整数计算能力为(200*100万)条指令/秒。




作者: Robby.zou    时间: 2016-9-28 10:53

作者: Robby.zou    时间: 2016-9-28 10:53





欢迎光临 SuperIC社区_ (/) Powered by Discuz! X3.3