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.
|
Modifier and Type | Method and Description |
---|---|
int[] |
SnapshotImpl.getRetainedSet(int[] objectIds,
ExcludedReferencesDescriptor[] excludedReferences,
IProgressListener progressMonitor) |
Modifier and Type | Method and Description |
---|---|
int |
ObjectMarker.markSingleThreaded(ExcludedReferencesDescriptor[] excludeSets,
ISnapshot snapshot) |
Modifier and Type | Method and Description |
---|---|
int[] |
ISnapshot.getRetainedSet(int[] objectIds,
ExcludedReferencesDescriptor[] excludedReferences,
IProgressListener progressMonitor)
Get retained set of objects for the given fields at the given objects
(excluding the given objects).
|