silverlight 内存分析器
您对 Silverlight 内存分析器有什么建议/想法吗?
Do you have any suggestion/idea of Memory profiler for Silverlight?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
您对 Silverlight 内存分析器有什么建议/想法吗?
Do you have any suggestion/idea of Memory profiler for Silverlight?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
ANTS Memory Profiler 6 现在包含 Silverlight 4 分析支持:
http://www.red- gate.com/products/ants_memory_profiler/index.htm
(免责声明:我在 Red Gate 工作,并且有偏见。)
希望有所帮助!
巴特
ANTS Memory Profiler 6 now includes Silverlight 4 profiling support:
http://www.red-gate.com/products/ants_memory_profiler/index.htm
(Disclaimer: I work for Red Gate and am biased as hell.)
Hope that helps!
Bart
您可以在 Visual Studio 2010 中使用标准内存分析工具(内存 GC 和生命周期),但仅限 Ultimate 和 Premium 版本。仅支持命令行分析,因此基础知识如下:
生成的 VSP 将包括内存统计信息。
您可以在以下位置找到更多详细信息: http:// /www.nachmore.com/2010/profiling-silverlight-4-with-visual-studio-2010/
You can use the standard memory profiling tools (memory GC and lifetime) in Visual Studio 2010 - but only the Ultimate and Premium versions. The support is only for command line profiling, so the basics go:
The generated VSP will include memory statistics.
You can find more detailed information at: http://www.nachmore.com/2010/profiling-silverlight-4-with-visual-studio-2010/