在 .net 中分析方法计时的简单方法

发布于 2024-07-11 07:00:55 字数 125 浏览 7 评论 0 原文

有人可以帮我找出如何获取 C# 方法的执行时间吗 当我运行应用程序时。

如果我使用 clr profiler ,我可以获得对象分配详细信息。

但我正在寻找需要很长时间才能执行的方法或代码行。

could someone help me to find out how to get the time of execution time of c# methods
when i run the application.

if i use clr profiler , i can get object allocation details.

but i am looking for methods or lines of code which took long time to execute.

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

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

发布评论

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

评论(2

⊕婉儿 2024-07-18 07:00:55

尝试 JetBrain 的 dotTraceANTS 分析器。

dotTrace 探查器输出的屏幕截图:


(来源:jetbrains.com

Try JetBrain's dotTrace or ANTS profiler.

Screenshot of dotTrace profiler's output:


(source: jetbrains.com)

℉服软 2024-07-18 07:00:55

如果可以的话,我建议您使用商业分析器。 它们提供了更好的布局信息,以帮助您隔离瓶颈和内存泄漏可能所在的位置。 查看 Red Gate ANTS profiler 或 JetBrains dotTrace。 我写了一篇小文章,介绍如何使用此处

I would suggest you get hold of a commercial profiler if you can. They provide much better laid out information to help you isolate where the bottlenecks and memory leaks may be. Check out Red Gate ANTS profiler or JetBrains dotTrace. I wrote a small article walking you through how to use one here

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