Uses of Class
org.eclipse.mat.snapshot.DominatorsSummary
Packages that use DominatorsSummary
Package
Description
These are general queries.
Implementations for building the snapshot (not API).
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
-
Uses of DominatorsSummary in org.eclipse.mat.inspections
Constructors in org.eclipse.mat.inspections with parameters of type DominatorsSummary -
Uses of DominatorsSummary in org.eclipse.mat.parser.internal
Methods in org.eclipse.mat.parser.internal that return DominatorsSummaryModifier and TypeMethodDescriptionSnapshotImpl.getDominatorsOf
(int[] objectIds, Pattern excludePattern, IProgressListener progressListener) -
Uses of DominatorsSummary in org.eclipse.mat.snapshot
Methods in org.eclipse.mat.snapshot that return DominatorsSummaryModifier and TypeMethodDescriptionISnapshot.getDominatorsOf
(int[] objectIds, Pattern excludePattern, IProgressListener progressListener) Get a summary of the dominators for all the given objects.DominatorsSummary.ClassDominatorRecord.getSummary()
Get the DominatorsSummary to which this record belongs.