体面的性能分析器 Windows Phone 7

发布于 2024-12-27 19:15:26 字数 100 浏览 0 评论 0原文

我正在寻找适用于 Windows Phone 7 silverlight 应用程序的性能/CPU 分析器。像 dotTrace 或 Ants Profiler 之类的东西。有这样的事吗?

I am looking for a performance/cpu profiler for Windows Phone 7 silverlight apps. Something like dotTrace or Ants Profiler. Is there such a thing?

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

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

发布评论

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

评论(2

花海 2025-01-03 19:15:26

您可以尝试 Eqatec 分析器。它是一个代码分析器,可以真正显示您在每个方法调用中花费了多少时间。在分析我的 Windows Phone 7 应用程序时,它对我帮助很大。
免费版本只能分析一个程序集,但足以让您入门。

You could try the Eqatec profiler. It´s a code profiler that really shows you how much time you spent in each method call. It helped me a lot when analyzing my Windows Phone 7 app.
The free version can only profile one assembly, but it´s enough to get you started.

游魂 2025-01-03 19:15:26

我建议您使用 Windows Phone SDK 的分析器 (MSDN 上的信息) 用于分析 WP7.5 应用程序(它不适用于 WP7.0 应用程序)。

I'd recommend you use the Windows Phone SDK's profiler (info on MSDN) for profiling WP7.5 apps (it doesn't work with WP7.0 apps).

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