开发者

PC performance testing - Whetstone and Dhrystone for c#

开发者 https://www.devze.com 2023-03-17 17:12 出处:网络
I\'m searching for some ideas or algorithms of PC performance testing during integer, 开发者_JAVA技巧float and string operations, like Whetstone and Dhrystone.

I'm searching for some ideas or algorithms of PC performance testing during integer, 开发者_JAVA技巧float and string operations, like Whetstone and Dhrystone.

Are there some for the .net runtime?

I'm going to implement similar function by myself, and want to know more about this area.


Here is the source code for whetstone; you could easily port this to C#: whetstone.c. Also available on that site is dhrystone: dhrystone.c. They're pretty old, but there are lots of benchmark programs available on netlib.org.

0

精彩评论

暂无评论...
验证码 换一张
取 消