适用于 .NET Compact Framework 的内存分析器
是否有一个工具可以用来分析(内存).NET Compact Framework 3.5 应用程序(Windows Mobile)?
谢谢!
Is there a tool I could use for profiling (memory) a .NET compact framework 3.5 application (Windows Mobile)?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 Studio 附带的远程性能监视器。 它提供了 GC 堆的快照、可追踪的根等等。
Use the Remote Performance Monitor that comes with Studio. It gives snapshots of the GC heap, traceable roots and much more.
Equatec 支持 .NET CF 3.5
Equatec supports .NET CF 3.5
CLR Profiler 还附带 CF-SDK,并允许查看进程的堆。 与远程性能监视器相比,它不会全部崩溃时间 ;-)
The CLR Profiler also comes with the CF-SDK, and allows to view the heap of a process. In contrast to Remote Performance Monitor it doesn't crash all the time ;-)