C++/Win32 API Performance profiling / timing
I am using Visual Studio 2008 at the moment. I would like to know if there is a way I could test the performance of my memory management library against the Win3开发者_开发技巧2 memory management API using free tools, or using code.
There are many malloc benchmarks out there, for example this one.
精彩评论