I'd recommend you YourKit Java Profiler (http://www.yourkit.com). One
of its great features is that profiler doesn't slow down your
application. You just need to run your application with small profiler
agent, then connect to the agent from profiler UI and capture memory
snapshot.
YourKit Profiler can also calculate "retained" size of the object or
set of objects. It allows to understand the amount of leaked memory.
Kind regards,
Vladimir Kondratyev
> Javameisters,
>
[quoted text clipped - 9 lines]
> mgf@mcw.eduX
> (please remove X before using this address)
Roedy Green - 06 May 2004 01:38 GMT
>I'd recommend you YourKit Java Profiler (http://www.yourkit.com).
There are free profilers available too. see
http://mindprod.com/jgloss/profiler.html
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.