What is the difference between a "rate" and a "speed" metric?
There are several different ways to measure computer performance. One way is to measure how fast the computer completes a single task; this is a speed measure. Another way is to measure how many tasks a computer can accomplish in a certain amount of time; this is called a throughput, capacity or rate measure.
The SPECspeed metrics (e.g., SPECint2006) are used for comparing the ability of a computer to complete single tasks.
The SPECrate metrics (e.g., SPECint_rate2006) measure the throughput or rate of a machine carrying out a number of tasks.
For the SPECrate metrics, multiple copies of the benchmarks are run simultaneously. Typically, the number of copies is the same as the number of CPUs on the machine, but this is not a requirement. For example, it would be perfectly acceptable to run 63 copies of the benchmarks on a 64-CPU machine (thereby leaving one CPU free to handle system overhead).
Note: a speed run which uses a parallelizing compiler to distribute one copy of a benchmark over multiple CPUs is still a speed run, and uses the SPECspeed metrics. You can identify such runs by the field "Auto Parallel".

最新文章

  1. AngularJS(1)
  2. git中https和SSH
  3. Tomcat基本入门知识及发布,虚拟访问及启动碰到的错误,虚拟目录,虚拟路径,各种Tomcat的配置
  4. UE4 使用UGM制作血条
  5. url的路径设置问题
  6. C#基础---C#如何对Json字符串处理
  7. Unable to find vcvarsall.bat的解决办法
  8. ets查询:查询表中的具体一列的所有值
  9. http://www.360doc.com/content/10/1012/09/3722251_60285817.shtml
  10. linux 参数优化
  11. 微软Code Hunt答案(00-05)——沉迷娱乐的我
  12. javascript中的for……in循环
  13. 如何在我自己的web 项目的jsp页面中添加链接,直接让别人通过内网在我的电脑上下载文件
  14. iptables配置详解
  15. JMeter命令行方式运行时动态设置线程数及其他属性(动态传参)
  16. rtems在mini2440上的移植(ubuntu)
  17. css复习内容
  18. 通过YUM升级centOS内核,以便安装docker
  19. MTLD -词汇复杂度的指标
  20. [时序图笔记] 步步为营UML建模系列五、时序图(Squence diagram)【转】

热门文章

  1. 【转】值得推荐的C/C++框架和库
  2. submatrix
  3. 双击jar不能运行的解决方法
  4. 注册美国iTunes账号步骤(跳过绑定银行卡)
  5. Guid string 转换
  6. SQL依据特殊符号分批截取字符串(案例)
  7. Fedora下Msitools使用
  8. 关于spring的简概
  9. SpringBoot配置属性二
  10. C 语言实例 - 循环输出26个字母