分析 WPF 应用程序

发布于 2024-07-30 13:08:59 字数 157 浏览 3 评论 0原文

我有一个 WPF 应用程序,有时会冻结大约半分钟,然后就可以正常工作了。 我正在考虑分析该应用程序。 有人知道如何分析 WPF 应用程序的好教程吗? 或者有人知道如何知道什么时候结冰吗? 冻结不一致,与任何使用模式无关

感谢您的帮助。

加桑

I have a WPF application, that is sometimes freezing for maybe a half minute and then works fine.
I am thinking to profile that application.
Anybody knows a good tutorial of how to profile WPF application?
Or anybody has any idea on finding a way to know when it is freezing?
The freezing is not consistent, and not related to any usage pattern

Thanks for help.

Ghassan

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

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

发布评论

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

评论(2

吲‖鸣 2024-08-06 13:08:59

Windows SDK 中有一个名为 WPFPerf 的工具集 - 它有一组专门帮助 WPF 调试和分析的工具(如 Perforator)。 以下是有关这些工具的快速指南

对于一般 .net 分析,RedGate AntsJetBrains 的 dotTrace 很棒。 Visual Studio 2005/2008(以及更好的2010 年的吗?)。

There is a toolset in the Windows SDK called WPFPerf - it has a set of tools (like Perforator) that help specifically with WPF debugging and profiling. Here's a quick guide on these tools.

For general .net profiling, RedGate Ants or JetBrains' dotTrace are great. There is also some profiling included in Visual Studio 2005/2008 (and better ones in 2010?).

用心笑 2024-08-06 13:08:59

分析太过分了。 在那半分钟里,它在等待着什么。 只需暂停它,看看它在等待什么对于。

Profiling is overkill. During that half minute, it's waiting for something. Just pause it and see what it's waiting for.

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