找到性能敏感点

发布于 2024-10-10 03:21:18 字数 253 浏览 0 评论 0原文

可能的重复:
什么是好的 .NET 分析器?

您能推荐任何可以检查的软件吗?我的应用程序在执行时显示哪些方法需要多长时间?

感谢您的帮助, 我需要解决性能问题并且正在寻找瓶颈

Possible Duplicate:
What Are Some Good .NET Profilers?

Can You suggest any software which can check my application while executing and show which methods take what time ?

thanks for help,
I need to solve performance issue and Im looking for bottlenecks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

傲娇萝莉攻 2024-10-17 03:21:18

您正在寻找性能分析器。查看 Eqatec(免费)或 ANTS(非免费)。两者都是固体。还有其他的。只是 Google 性能分析器。

You're looking for a performance profiler. Check out Eqatec (free) or ANTS (not free). Both are solid. There are others, too; just Google performance profilers.

若无相欠,怎会相见 2024-10-17 03:21:18

这里列出了很多分析器:

有任何不错的 C# 分析器吗?

there are plenty of profilers listed here:

Any decent C# profilers out there?

傾旎 2024-10-17 03:21:18

另请查看 dotTrace

Also check out dotTrace.

冷弦 2024-10-17 03:21:18

实际上,对于开始进行性能分析来说,VS 2010 的表现还不错。只需选择调试|启动性能分析,您可以选择您感兴趣的内容,当然它会向您显示应用程序中的“热点”/花费最多时间的功能。图片仅显示了我拍摄的一个快速示例。

替代文本

Actually for starting out with performance analysis, VS 2010 doesn't do too bad of a job. Just select Debug | Start Performance Analysis and you can select what you are interested in, certainly it will show you the "hot spots" in your applications / in which functions the most time is spent in. The picture just shows a quick sample I took.

alt text

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文