I am looking for a good c profiler that supports multithreading in a mingw environment under windows 7. I mainly interested in the the CPU processing time. The processor I am using is AMD.
Asked
Active
Viewed 838 times
2
-
I have looked at few, valgrind, zoom, and oprfiler; if anyone can tell me which would be suitable for mingw in win 7 environment for C language. – user1373805 Jun 19 '12 at 05:05
-
2Is it your goal to improve the program's performance, or do you simply want to do profiling? They're not the same. *[This method works in multi-thread programs.](http://stackoverflow.com/a/378024/23771)* – Mike Dunlavey Jun 20 '12 at 21:36