体面的性能分析器 Windows Phone 7
我正在寻找适用于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试 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.
我建议您使用 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).