M
Moritz Wissenbach
Hi,
I have an application (xml-editor) that uses up an unreasonable amount of
java heap space.
I have tried profiling with tptp (eclipse) and jmap/jhat, and they do give
me memory histograms and instance counts, but what I REALLY want is to see
the total size of a classes instances INCLUDING the referenced objects.
Is there a profiler that will traverse the heap and find the "recursive"
size of objects?
Because knowing that char-Arrays use up most memory is not exactly helpful.
Plese help, I've searched the web and found nothing; but have been assured
that something like this exists.
TIA,
Moritz
I have an application (xml-editor) that uses up an unreasonable amount of
java heap space.
I have tried profiling with tptp (eclipse) and jmap/jhat, and they do give
me memory histograms and instance counts, but what I REALLY want is to see
the total size of a classes instances INCLUDING the referenced objects.
Is there a profiler that will traverse the heap and find the "recursive"
size of objects?
Because knowing that char-Arrays use up most memory is not exactly helpful.
Plese help, I've searched the web and found nothing; but have been assured
that something like this exists.
TIA,
Moritz