Do you have any suggestion/idea of Memory profiler for Silverlight?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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/