org.eclipse.mat.parser.internal.snapshot
Class HistogramBuilder
java.lang.Object
org.eclipse.mat.snapshot.HistogramRecord
org.eclipse.mat.parser.internal.snapshot.HistogramBuilder
- All Implemented Interfaces:
- Serializable
public class HistogramBuilder
- extends HistogramRecord
- See Also:
- Serialized Form
Methods inherited from class org.eclipse.mat.snapshot.HistogramRecord |
getLabel, getNumberOfObjects, getRetainedHeapSize, getUsedHeapSize, incNumberOfObjects, incNumberOfObjects, incRetainedHeapSize, incUsedHeapSize, reverseComparator, setLabel, setNumberOfObjects, setRetainedHeapSize, setUsedHeapSize |
HistogramBuilder
public HistogramBuilder(String label)
put
public void put(ClassHistogramRecord record)
add
public void add(int classId,
int objectId,
long heapSize)
toHistogram
public Histogram toHistogram(SnapshotImpl snapshot,
boolean isDefaultHistogram)
throws SnapshotException
- Throws:
SnapshotException