Reputation: 7444
I am using Eclipse CDT (Juno) under Windows 7, can anyone recommend a good profiler for that environment, please? If there is none, please advise about stand alone application which might be appropriate.
Upvotes: 4
Views: 1669
Reputation: 5964
You can use gprof MinGW port in Windows7.
For more details see this post
Profiling C code on Windows when using Eclipse
Upvotes: 2