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:
- http://memprofiler.com
- http://www.red-gate.com/products/dotnet-development/ants-memory-profiler/
- http://www.xteprofiler.com/ (supports silverlight)
so question: what .net profilers?
Comments
Post a Comment