Package | Description |
---|---|
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.
|
Constructor and Description |
---|
ResultImpl(DominatorsSummary summary) |
Modifier and Type | Method and Description |
---|---|
DominatorsSummary |
SnapshotImpl.getDominatorsOf(int[] objectIds,
Pattern excludePattern,
IProgressListener progressListener) |
Modifier and Type | Method and Description |
---|---|
DominatorsSummary |
ISnapshot.getDominatorsOf(int[] objectIds,
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.
|