What tool do you use for memory profiling?

T

trant

I need to see why a program I wrote is taking so much memory.

I would like to see how it allocates memory to my objects so I can figure
out how to optimize it.

What tool do recommend for this task?
 
G

Gregory A. Beamer

I need to see why a program I wrote is taking so much memory.

I would like to see how it allocates memory to my objects so I can
figure out how to optimize it.

What tool do recommend for this task?

ANTS Profiler, if this is .NET (assume so, but there are quite a few people
that post non .NET questions to .NET groups).

If you just want to peek at processes, Process Explorer is free and can be
used in this manner. ANTS is designed to find the bits that use lots of
memory, however. I am sure you can Google other tools.

Peace and Grace,

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 

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

Similar Threads


Top