|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DominatorsSummary | |
---|---|
org.eclipse.mat.inspections | These are general queries. |
org.eclipse.mat.parser.internal | Implementations for building 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. |
Uses of DominatorsSummary in org.eclipse.mat.inspections |
---|
Constructors in org.eclipse.mat.inspections with parameters of type DominatorsSummary | |
---|---|
ImmediateDominatorsQuery.ResultImpl(DominatorsSummary summary)
|
Uses of DominatorsSummary in org.eclipse.mat.parser.internal |
---|
Methods in org.eclipse.mat.parser.internal that return DominatorsSummary | |
---|---|
DominatorsSummary |
SnapshotImpl.getDominatorsOf(int[] objectIds,
java.util.regex.Pattern excludePattern,
IProgressListener progressListener)
|
Uses of DominatorsSummary in org.eclipse.mat.snapshot |
---|
Methods in org.eclipse.mat.snapshot that return DominatorsSummary | |
---|---|
DominatorsSummary |
ISnapshot.getDominatorsOf(int[] objectIds,
java.util.regex.Pattern excludePattern,
IProgressListener progressListener)
Get a summary of the dominators for all the given objects. |
DominatorsSummary |
DominatorsSummary.ClassDominatorRecord.getSummary()
Get the DominatorsSummary to which this record belongs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |