最佳.NET内存和性能分析器?分析器、内存、性能、NET

2023-09-02 11:45:09 作者:撕心裂肺的愛

我们使用的是 Jetbrains的的 dotTrace 。还有什么其他的分析工具可以被推荐,这对于分析C# Windows窗体应用程序好?

We are using Jetbrains' dotTrace. What other profiling tools can be recommended that are better for profiling C# Windows Forms applications?

推荐答案

没有。我曾尝试pretty的很多市场上的每一个.NET分析器(蚂蚁,VTune™可视化,OptimizeIt,DevPartner,YourKit),在我看来dotTrace是最好的地段。这是仅有的两个我已经使用分析器(另一个是YourKit)具有足够低开销,以处理高CPU密集型应用之一。

No. I have tried pretty much every .NET profiler on the market (ANTS, vTune, OptimizeIt, DevPartner, YourKit), and in my opinion dotTrace is the best of the lot. It is one of only two profilers I have used (the other being YourKit) that has low enough overhead to handle a highly CPU-intensive application.

当且仅当你的应用程序相对较轻,我可以建议蚂蚁探查。它的行由行统计数据有时是非常有用的,但他们是有代价的分析效率。

If and only if your application is relatively light, I could recommend ANTS Profiler. Its line-by-line stats are sometimes quite useful, but they come at a price in profiling efficiency.