分析 WPF 应用程序
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Windows SDK 中有一个名为 WPFPerf 的工具集 - 它有一组专门帮助 WPF 调试和分析的工具(如 Perforator)。 以下是有关这些工具的快速指南。
对于一般 .net 分析,RedGate Ants 或 JetBrains 的 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?).
分析太过分了。 在那半分钟里,它在等待着什么。 只需暂停它,看看它在等待什么对于。
Profiling is overkill. During that half minute, it's waiting for something. Just pause it and see what it's waiting for.