C++ 中的免费分析?
可能的重复:
您最喜欢的分析工具是什么(针对 C++)
在 Java 中,他们有一个不错的& sdk 附带的免费分析器称为 jvisualvm。 C++ 有类似的东西吗?我使用的是 Windows,并且有 Visual Studio 2010。我是一名学生/爱好者,所以免费的东西会很好。
jvisualvm 可让您查看应用程序内部并提供大量所需信息。占用了多少 cpu/memroy、被调用了多少次、总计等等。
Possible Duplicate:
What's your favorite profiling tool (for C++)
In Java and they have a nice & free profiler that comes with the sdk called jvisualvm. Is there anything like that for C++? I'm on Windows and have Visual Studio 2010. I'm a student/hobbyist, so something free would be nice.
jvisualvm lets you look inside your app and has a lot of need info. How much cpu/memroy things are taking, how many times it's being called, total and so on.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
稍微谷歌一下就可以找到令人印象深刻的免费赠品列表(免责声明:我没有使用过这些):
A little googling gives a impressive list of freebies(disclaimer: I haven't used these):
Hth.
Windows 性能工具包 是一个非常全面且免费的工具包,除其他外,提供基于功能级采样的分析器。它附带的教程/指南解释了如何使用它。
上面提到AMD的代码分析师也相当不错而且免费。
The Windows Peformance Toolkit is a very thorough and free, among other things it provides a function level sampling based profiler. The tutorial / guide that it comes with explains how to use it.
As mentioned above AMD's code analyst is also quite good and free.