|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.snapshot.HistogramRecord
org.eclipse.mat.parser.internal.snapshot.HistogramBuilder
public class HistogramBuilder
Field Summary |
---|
Fields inherited from class org.eclipse.mat.snapshot.HistogramRecord |
---|
COMPARATOR_FOR_LABEL, COMPARATOR_FOR_NUMBEROFOBJECTS, COMPARATOR_FOR_RETAINEDHEAPSIZE, COMPARATOR_FOR_USEDHEAPSIZE |
Constructor Summary | |
---|---|
HistogramBuilder(java.lang.String label)
|
Method Summary | |
---|---|
void |
add(int classId,
int objectId,
long heapSize)
|
void |
put(ClassHistogramRecord record)
|
Histogram |
toHistogram(SnapshotImpl snapshot,
boolean isDefaultHistogram)
|
Methods inherited from class org.eclipse.mat.snapshot.HistogramRecord |
---|
getLabel, getNumberOfObjects, getRetainedHeapSize, getUsedHeapSize, incNumberOfObjects, incNumberOfObjects, incRetainedHeapSize, incUsedHeapSize, reverseComparator, setLabel, setNumberOfObjects, setRetainedHeapSize, setUsedHeapSize |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HistogramBuilder(java.lang.String label)
Method Detail |
---|
public void put(ClassHistogramRecord record)
public void add(int classId, int objectId, long heapSize)
public Histogram toHistogram(SnapshotImpl snapshot, boolean isDefaultHistogram) throws SnapshotException
SnapshotException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |