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

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -