Nenad Bulatović
Nenad Bulatović

Reputation: 7444

Windows Eclipse CDT profiler

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

Answers (1)

Anindya Chatterjee
Anindya Chatterjee

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

Related Questions