赞
踩
Sam最近需要准确评估几个嵌入式CPU的整数性能,浮点性能以及Memory性能。之前这样的需求,都是Sam自己写测试程序测试。
但最近在网络上看到有人介绍nbench可以很专业测试以上参数。所以下载之。
nbench即BYTE Magazine's BYTEmark benchmark
program。用来测试系统CPU,FPU和memory system.
nbench只能够对单颗 CPU Core 的性能进行内存、整型运算和浮点运算性能
benchmark program 运行10分钟左右,比较当前运行系统与对比系统(a Dell Pentium 90 with
256 KB cache running MSDOS and an AMD K6/233 with 512 KB cache
running Linux)
程序下载后,发现Makefile相当简单。可以非常容易的交叉编译。
首先看看当前Linux 机器 性能。
测试结果如下:
TEST : Iterations/sec. : Old
Index : New Index
: : Pentium 90* : AMD K6/233*
--------------------:------------------:-------------:------------
NUMERIC
SORT : 924.96 : 23.72 : 7.79
STRING
SORT : 110.87 : 49.54 : 7.67
BITFIELD : 3.7461e+08 : 64.26 : 13.42
FP
EMULATION : 124.64 : 59.81 : 13.80
FOURIER : 20481 : 23.29 : 13.08
ASSIGNMENT : 28.121 : 107.01 : 27.75
IDEA
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。