用于执行分析的免费分析器
我使用的是 Visual Studio 2008 Professional 版本,但没有“分析”菜单来分析应用程序的执行情况。有谁知道有什么好的/免费的工具可以用来代替 VS2008 的原始分析器?
I'm using Visual Studio 2008 Professional edition and I don't have the "Analyze" menu to profile the execution of my application. Does anyone know any good/free tool which can be used instead of the original profiler of VS2008?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
EQATEC 有免费版本。
EQATEC has a free version.
优化 C#/.NET 程序的技巧
有趣的是,没有任何正式的、统计的或实际的意义表明任何分析工具都能做得更好,或者至少我没听说过。
Tips for optimizing C#/.NET programs
The interesting thing about this is there's no formal, statistical, or practical sense in which any profiling tool will do a better job, or at least not that I've heard.
我尝试了很多免费的分析器;但使用 dotTrace 和 红门蚂蚁 让我相信获得一个好的工具需要钱。
I tried many free profilers; but using the trial version of dotTrace and red-gate ants convinced me that getting a good tool requires money.
您可以使用免费的 Microsoft CLR 探查器。
You can use the free Microsoft CLR Profiler.