whetstone
whetstone是一个用于测量CPU浮点计算性能的工具。
安装 whetstone:
apt install -y whetstone
ICE-EVB 开发板测试:
root@thead-910:~# whetstone 1000000
Loops: 1000000, Iterations: 1, Duration: 19.778 sec.
C Converted Double Precision Whetstones: 5056.029 MIPS
换算:
5056.029/1200=4.2 MIPS/MHz
其中 1200表示 1200MHz,也就是 1.2GHz,也即 ICE 开发板的 CPU 频率。