Package | Description |
---|---|
org.eclipse.mat.parser.internal |
Implementations for building the snapshot (not API).
|
org.eclipse.mat.parser.internal.snapshot |
Utilities for performing basic operations on the snapshot (not API).
|
org.eclipse.mat.snapshot |
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
|
org.eclipse.mat.snapshot.query |
Utilities to develop heap dump queries.
|
org.eclipse.mat.ui.snapshot.panes |
Panes for display in the editor for histograms, GC paths, comparisons - user interface (not API).
|
Modifier and Type | Method and Description |
---|---|
Histogram |
SnapshotImpl.getHistogram(int[] objectIds,
IProgressListener progressMonitor) |
Histogram |
SnapshotImpl.getHistogram(IProgressListener listener) |
Modifier and Type | Method and Description |
---|---|
Histogram |
HistogramBuilder.toHistogram(SnapshotImpl snapshot,
boolean isDefaultHistogram) |
Modifier and Type | Method and Description |
---|---|
Histogram |
Histogram.diffWithBaseline(Histogram baseline)
Compute a new histogram as difference of this histogram compared to
(minus) the given baseline histogram.
|
Histogram |
Histogram.ClassLoaderTree.getHistogram() |
Histogram |
Histogram.PackageTree.getHistogram() |
Histogram |
Histogram.SuperclassTree.getHistogram() |
Histogram |
ISnapshot.getHistogram(int[] objectIds,
IProgressListener progressListener)
Get histogram for some specific objects - usually the result of other
calls to the snapshot.
|
Histogram |
ISnapshot.getHistogram(IProgressListener progressListener)
Get histogram for the whole snapshot.
|
Histogram |
Histogram.intersectWithAnother(Histogram another)
Compute a new histogram as intersection of this histogram compared to
(equals) the given another histogram.
|
Modifier and Type | Method and Description |
---|---|
Histogram |
Histogram.diffWithBaseline(Histogram baseline)
Compute a new histogram as difference of this histogram compared to
(minus) the given baseline histogram.
|
static String |
Histogram.generateClassHistogramRecordCsvReport(Histogram histogram,
Comparator<HistogramRecord> comparator)
Generate machine/human readable comma separated report from an histogram.
|
static String |
Histogram.generateClassHistogramRecordTextReport(Histogram histogram,
Comparator<HistogramRecord> comparator)
Generate human readable text based report from a histogram.
|
static String |
Histogram.generateClassLoaderHistogramRecordCsvReport(Histogram histogram,
Comparator<HistogramRecord> comparator)
Generate machine/human readable comma separated report from an histogram.
|
Histogram |
Histogram.intersectWithAnother(Histogram another)
Compute a new histogram as intersection of this histogram compared to
(equals) the given another histogram.
|
Constructor and Description |
---|
Histogram.ClassLoaderTree(Histogram histogram) |
Histogram.PackageTree(Histogram histogram) |
Histogram.SuperclassTree(Histogram histogram,
ISnapshot snapshot) |
Modifier and Type | Method and Description |
---|---|
Histogram |
HistogramResult.getHistogram()
Deprecated.
|
Constructor and Description |
---|
HistogramResult(Histogram histogram)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Histogram |
HistogramPane.getHistogram() |