Monitor a program's memory use
September 14, 2006 5:54 AM
Subscribe
I'm writing a program that uses lots of memory. I'd like a utility that can show me what it's using the memory for.
For example, one part of the program processes an XML file, creates an object and loads a WebBrowser .NET control. I'd like to see how much memory was required to parse the XML file, how much memory my object is using, and how much memory the WebBrowser control uses.
I'd prefer an external utility to do this, rather than adding monitoring functions all over the place in my code.
I'm using C# and Visual Studio 2005 if that helps.
posted by matthewr to computers & internet (3 comments total)
posted by mmascolino at 6:39 AM on September 14, 2006