[.net] Good garbage collection?

Started by
0 comments, last by GameDev.net 19 years, 2 months ago
I am usually pretty good at making sure all of my collections, sprites, textures, etc are freed properly but sometimes I might miss one... are there any good programs out there that might help in locating objects that are created but not properly disposed of at program exit? thanks! cb
Rock the cradle of love! You stupid WANKER!
Advertisement
I suggest starting with CLR Profiler, it's a free tool from Microsoft.

CLR Profiler Article:
http://msdn.microsoft.com/msdnmag/issues/05/01/CLRProfiler/default.aspx

CLR Profiler download:
http://www.microsoft.com/downloads/details.aspx?FamilyId=86CE6052-D7F4-4AEB-9B7A-94635BEEBDDA&displaylang=en

Tracking down memory leaks. Rico Mariani is performance architect at Microsoft:
http://weblogs.asp.net/ricom/archive/2004/12/10/279612.aspx

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/DBGch02.asp

http://www.scitech.se/memprofiler/

This topic is closed to new replies.

Advertisement