English 中文(简体)
正在寻找用于基准 lib 字符串和内存函数的代码
原标题:Looking for code to benchmark C lib string and memory functions

我在找现有的代码, 我可以用它来测量 Clib 内存和字符串函数的基准, 比如 mmcpy、 memset、strcpy、strcmp 等 。 我做了一个谷歌搜索, 对于做了这种基准的人来说, 有好几次点击, 但每个人似乎都写了自己的代码, 或者他们不提他们使用的代码?

暗藏本已经测试了介子和迷宫。 我想知道是否有其他流行的基准套房可以进行这样的测试? 我不想在这里重塑轮子。 谢谢。

问题回答




相关问题
Your predictions on Languages evolution

Well, I know it s not all about speed and memory usage. But I would like to know what you think will happen to most of the high-level programming languages. As far as I know, Java is much faster than ...

Has anyone done a performance analysis of boost::asio?

I require socket-like local IPC. I used named pipes and overlapped IO on windows and I want to rewrite the application to boost::ASIO so that it can use UNIX domain sockets as well. I ve recently ...

Benchmarking SSE instructions

I m benchmarking some SSE code (multiplying 4 floats by 4 floats) against traditional C code doing the same thing. I think my benchmark code must be incorrect in some way because it seems to say that ...

Benchmarks for Intel C++ compiler and GCC

I have an AMD Opteron server running CentOS 5. I want to have a compiler for a fairly large C++ Boost based program. Which compiler I should choose?

热门标签