silverlight 内存分析器

发布于 2024-09-16 03:45:09 字数 37 浏览 3 评论 0原文

您对 Silverlight 内存分析器有什么建议/想法吗?

Do you have any suggestion/idea of Memory profiler for Silverlight?

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

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

发布评论

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

评论(2

行至春深 2024-09-23 03:45:09

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

仙女山的月亮 2024-09-23 03:45:09

您可以在 Visual Studio 2010 中使用标准内存分析工具(内存 GC 和生命周期),但仅限 Ultimate 和 Premium 版本。仅支持命令行分析,因此基础知识如下:

  1. 打开 Visual Studio 命令提示符
  2. VSPerfClrEnv /globalsamplegclife
  3. VSPerfCmd -start:sample -output:somefile.vsp
  4. VSPerfCmd -launch:"c:\Program Files (x86)\Internet Explorer \iexplore.exe" -args:""
  5. VSPerfCmd -globalon
  6. VSPerfCmd -shutdown
  7. VSPerfClrEnv /off

生成的 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:

  1. Open a Visual Studio command prompt
  2. VSPerfClrEnv /globalsamplegclife
  3. VSPerfCmd -start:sample -output:somefile.vsp
  4. VSPerfCmd -launch:"c:\Program Files (x86)\Internet Explorer\iexplore.exe" -args:""
  5. VSPerfCmd -globalon
  6. VSPerfCmd -shutdown
  7. VSPerfClrEnv /off

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/

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