寻找C ++的免费时间采样分析器

时间:2011-01-06 15:28:12

标签: c++ profiler

  

可能重复:
  What's the best Free C++ Profiler for windows (if there are)

我正在为C ++寻找免费的时间采样分析器

我之前从未使用过探查器,而Visual Studio的版本我没有附带一个,基本上我对任何自由,有效和相当简单的东西感到满意;有适当的说明

3 个答案:

答案 0 :(得分:4)

过去我曾经使用过“非常困”,对此非常满意。

http://www.codersnotes.com/sleepy

答案 1 :(得分:1)

在Linux中有gprof。 只有在我知道的Windows上免费是AMD代码分析师

http://developer.amd.com/cpu/codeanalyst/Pages/default.aspx

答案 2 :(得分:0)