Uses of Class
org.eclipse.mat.snapshot.Histogram
Package
Description
Implementations for building the snapshot (not API).
Utilities for performing basic operations on the snapshot (not API).
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
Utilities to develop heap dump queries.
Panes for display in the editor for histograms, GC paths, comparisons - user interface (not API).
-
Uses of Histogram in org.eclipse.mat.parser.internal
Modifier and TypeMethodDescriptionSnapshotImpl.getHistogram
(int[] objectIds, IProgressListener progressMonitor) SnapshotImpl.getHistogram
(IProgressListener listener) -
Uses of Histogram in org.eclipse.mat.parser.internal.snapshot
Modifier and TypeMethodDescriptionHistogramBuilder.toHistogram
(SnapshotImpl snapshot, boolean isDefaultHistogram) -
Uses of Histogram in org.eclipse.mat.snapshot
Modifier and TypeMethodDescriptionHistogram.diffWithBaseline
(Histogram baseline) Compute a new histogram as difference of this histogram compared to (minus) the given baseline histogram.Histogram.ClassLoaderTree.getHistogram()
Histogram.PackageTree.getHistogram()
Histogram.SuperclassTree.getHistogram()
ISnapshot.getHistogram
(int[] objectIds, IProgressListener progressListener) Get histogram for some specific objects - usually the result of other calls to the snapshot.ISnapshot.getHistogram
(IProgressListener progressListener) Get histogram for the whole snapshot.Histogram.intersectWithAnother
(Histogram another) Compute a new histogram as intersection of this histogram compared to (equals) the given another histogram.Modifier and TypeMethodDescriptionHistogram.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.intersectWithAnother
(Histogram another) Compute a new histogram as intersection of this histogram compared to (equals) the given another histogram.ModifierConstructorDescriptionClassLoaderTree
(Histogram histogram) PackageTree
(Histogram histogram) SuperclassTree
(Histogram histogram, ISnapshot snapshot) -
Uses of Histogram in org.eclipse.mat.snapshot.query
-
Uses of Histogram in org.eclipse.mat.ui.snapshot.panes