silverlight - How can I find out what items get generated in memory when debugging c#? -


just curious, possible find out, items generated while program running in stack , heap? there tool or meachanism out there identify memory usage in vs2010 c# (silverlight)? thanks,

yes, can use visual studio profiler (or other profiler).

tutorial: http://msdn.microsoft.com/en-us/magazine/cc337887.aspx

other memory profilers:

so question: what .net profilers?


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -