Hi friends,
i am trying to find out whether there is any memory leaks in my application. I know there is a tool called "Performance Analysis" to check the memory usage, but how do I check the memory leaks.
Printable View
Hi friends,
i am trying to find out whether there is any memory leaks in my application. I know there is a tool called "Performance Analysis" to check the memory usage, but how do I check the memory leaks.
Do you mean WP8 native code (C/C++)? (just wanted to clarify, I do not know the answer anyway)
[QUOTE=wizard_hu_;909887]Do you mean WP8 native code (C/C++)? (just wanted to clarify, I do not know the answer anyway)[/QUOTE]
May be Wp8 Native code , but should be for C# also. I am looking for the technique or the tool to check and handle the Memory Leaks in Wp7&8
Have you seen articles like [url]http://blogs.windows.com/windows_phone/b/wpdev/archive/2012/02/01/memory-profiling-for-application-performance.aspx[/url] already?
Here is a video [url]http://msdn.microsoft.com/en-us/hh849670.aspx[/url] for how to launch and use the performance analysis tools, and yes it's used for C# & C/C++, hope you find it useful,
Yassine,
[QUOTE=wizard_hu_;909889]Have you seen articles like [url]http://blogs.windows.com/windows_phone/b/wpdev/archive/2012/02/01/memory-profiling-for-application-performance.aspx[/url] already?[/QUOTE]
Yes i saw this article, it says the amount of memory used. But how to detect if there is any orphan memory.
I will go through this article again, may be I missed out anything.
[QUOTE=somnathbanik;909898]may be I missed out anything.[/QUOTE]
Yes I believe you missed out on a pretty useful video suggested by Yassine which I think was very good. Combining the article suggested by Wizard and the visually helpful video suggested by Yassine, you may get a better idea and understanding.
[QUOTE=Loukt;909895]Here is a video [url]http://msdn.microsoft.com/en-us/hh849670.aspx[/url] for how to launch and use the performance analysis tools, and yes it's used for C# & C/C++, hope you find it useful,
Yassine,[/QUOTE]