.NET 是否有等效的 JProfiler?
我习惯使用 Jprofiler 来分析 Java 程序,它可以为您提供每个类和方法的 CPU 百分比细分。 .NET 有类似的工具吗?
I am used to profiling Java programs using Jprofiler which can give you a CPU Percentage breakdown for each class and method. Is there a similar tool for .NET?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
喷射大脑 dottrace。
链接
Jet brains dottrace.
link
如果您正在寻找简单且免费的分析器,请查看 EQATEC 分析器。
If you're looking for a simple and free profiler, have a look at the EQATEC Profiler.
Redgate ANTS Profiler。您可能需要查看 CLR 分析器也是如此。
Redgate ANTS Profiler. You might want to look at CLR profiler too.
Yourkit 也有一个 .NET 分析器。但它的试用版
Yourkit has a .NET profiler as well. But its trial version
此处“Visual Studio 2005 中的代码分析”已经回答了这个问题。自由是非常好的。我没有使用 Ants 或 jetbrains 进行比较。
This question was already answered here "Code Profiling in Visual Studio 2005". And to be free is very nice. I haven't used Ants nor jetbrains to compare.