com.caucho.profile
Class HeapEntry
java.lang.Object
com.caucho.profile.HeapEntry
public class HeapEntry
- extends java.lang.Object
A heap entry
|
Constructor Summary |
HeapEntry(java.lang.String className,
long count,
long selfSize,
long childSize)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HeapEntry
public HeapEntry(java.lang.String className,
long count,
long selfSize,
long childSize)
getClassName
public java.lang.String getClassName()
getCount
public long getCount()
getSelfSize
public long getSelfSize()
getChildSize
public long getChildSize()
getTotalSize
public long getTotalSize()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object