C++ Code Profiler

前端 未结 11 1582
独厮守ぢ
独厮守ぢ 2020-12-08 11:32

Can anybody recommend a good code profiler for C++?

I came across Shiny - any good? http://sourceforge.net/projects/shinyprofiler/

相关标签:
11条回答
  • 2020-12-08 11:57

    Quantify (part of the IBM/Rational PurifyPlus package) is a very good profiler, but not exactly cheap. It is available on several platforms, too - I've used it on Solaris, Windows and Linux.

    0 讨论(0)
  • 2020-12-08 11:57

    You can use the analyzer that´s in Sun Studio 12 on Linux or Solaris. Itś free. http://developers.sun.com/sunstudio/index.jsp

    0 讨论(0)
  • 2020-12-08 12:01

    Callgrind for Unix/Linux

    DevPartner for Windows

    0 讨论(0)
  • 2020-12-08 12:05

    AQtime (for Windows)

    0 讨论(0)
  • 2020-12-08 12:07

    Gprof if you use gcc. It may not be user friendly but still useful.

    0 讨论(0)
提交回复
热议问题