在Wp7上检测内存泄漏工具

问题描述:

有人知道有什么好的工具可以检测Windows Phone 7.5平台上的内存泄漏吗?

Does anyone know of any good tools to detect memory leaks on the Windows phone 7.5 platform?

内置的分析工具可能是最好的起点.

The built-in profiling tools are probably the best starting point.

选择:调试>启动Windows Phone性能分析
然后选择内存"选项

Select: Debug > Start Windows Phone Perfomance Analysis
and select the the "Memory" option

这将帮助您查看所有内存峰值和泄漏,并深入分析原因.

This will help you see any memory spikes and leaks and help you drill down to the cause.

请参阅
http://msdn.microsoft.com/zh-我们/图书馆/hh202934(v=vs.92).aspx

http://windowsteamblog .com/windows_phone/b/wpdev/archive/2012/02/01/memory-profiling-for-application-performance.aspx
以获得有关使用该工具的更多指导

See
http://msdn.microsoft.com/en-us/library/hh202934(v=vs.92).aspx
and
http://windowsteamblog.com/windows_phone/b/wpdev/archive/2012/02/01/memory-profiling-for-application-performance.aspx
for more guidance on using the tool