I want to analyse the memory consumption on the basis of different class files, other than the java provided classes (String,etc). I tried JProfiler, jmap and jhat - all provide the information about java classes, but nothing about the custom classes.
Is there any way to see the memory utilisation of the classes which I have written in the web application?