Package | Description |
---|---|
org.eclipse.mat.internal.snapshot.inspections |
These are queries for dominator tree and paths to/from garbage collection roots.
|
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 |
---|
Tree(ISnapshot snapshot,
int objectId,
IPathsFromGCRootsComputer computer) |
Modifier and Type | Method and Description |
---|---|
IPathsFromGCRootsComputer |
SnapshotImpl.getPathsFromGCRoots(int objectId,
Map<IClass,Set<String>> excludeList) |
Modifier and Type | Method and Description |
---|---|
IPathsFromGCRootsComputer |
ISnapshot.getPathsFromGCRoots(int objectId,
Map<IClass,Set<String>> excludeMap)
Get interactive computer for paths from GC roots to the given object.
|