| Package | Description |
|---|---|
| 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 |
|---|---|
PathsFromGCRootsTree |
PathsFromGCRootsTreeBuilder.toPathsFromGCRootsTree() |
| Modifier and Type | Method and Description |
|---|---|
PathsFromGCRootsTree |
PathsFromGCRootsTree.getBranch(int objId)
Get sub tree for a referencing object.
|
PathsFromGCRootsTree |
IPathsFromGCRootsComputer.getTree(Collection<int[]> paths)
Helper method constructing a tree like data structure from the given
paths.
|
| Constructor and Description |
|---|
PathsFromGCRootsTree(int ownId,
HashMap<Integer,PathsFromGCRootsTree> objectInboundReferers,
int[] objectIds) |