Application Object Memory Usage

S

Steve - DND

Are there any applications out there commercial or otherwise which can tell
me how much memory each of my objects in my application are using at any
given time? I tried googling for an app that does this, but had no luck.

Thanks,
Steve
 
T

Tobin Harris

Steve - DND said:
Are there any applications out there commercial or otherwise which can tell
me how much memory each of my objects in my application are using at any
given time? I tried googling for an app that does this, but had no luck.

Yep, the tools you seek are called "Memory Profilers". If you google "c#
memory profiler" you should find loads of links.

There are many commercial profilers availables. I liked the look of this
one:

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

However, there is also a free one available on GotDotNet.com.

HTH

Tobin Harris
 
S

Steve - DND

Yep, the tools you seek are called "Memory Profilers". If you google "c#
memory profiler" you should find loads of links.

There are many commercial profilers availables. I liked the look of this
one:

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

However, there is also a free one available on GotDotNet.com.

I downloaded the scitech one you mentioned above, and while it was decent it
really didn't hold a candle to the one available on
GotDotNet(http://tinyurl.com/715d), at least in terms of what I was looking
for. The visual breakdown was definitely awesome.

Thanks for the advice.

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top