| java.lang.Object tijmp.HeapWalkEntry
HeapWalkEntry | public class HeapWalkEntry (Code) | | A class to hold on to a heap walk entry.
|
Constructor Summary | |
public | HeapWalkEntry(Class> cls, long count, long countChange, long size, long sizeChange) |
HeapWalkEntry | public HeapWalkEntry(Class> cls, long count, long countChange, long size, long sizeChange)(Code) | | |
getEntryClass | public Class> getEntryClass()(Code) | | Get the class that this entry has information about.
|
getInstanceChange | public long getInstanceChange()(Code) | | |
getInstanceCount | public long getInstanceCount()(Code) | | Get the total number of instances of the class.
|
getSizeChange | public long getSizeChange()(Code) | | |
getTotalSize | public long getTotalSize()(Code) | | Get the number of bytes the instances use.
|
|
|