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 |
---|---|
MultiplePathsFromGCRootsRecord[] |
MultiplePathsFromGCRootsComputerImpl.getPathsByGCRoot(IProgressListener progressListener) |
Modifier and Type | Method and Description |
---|---|
MultiplePathsFromGCRootsRecord[] |
IMultiplePathsFromGCRootsComputer.getPathsByGCRoot(IProgressListener progressListener)
Calculates (if not yet calculated) and returns all the paths.
|
MultiplePathsFromGCRootsRecord[] |
MultiplePathsFromGCRootsRecord.nextLevel()
Returns the next level of the paths.
|
Modifier and Type | Method and Description |
---|---|
static Comparator<MultiplePathsFromGCRootsRecord> |
MultiplePathsFromGCRootsRecord.getComparatorByNumberOfReferencedObjects()
Returns a Comparator ordering the records descending by the number of
referenced objects.
|
static Comparator<MultiplePathsFromGCRootsRecord> |
MultiplePathsFromGCRootsRecord.getComparatorByReferencedHeapSize()
Returns a Comparator ordering the records descending by the total size of
referenced objects.
|
static Comparator<MultiplePathsFromGCRootsRecord> |
MultiplePathsFromGCRootsRecord.getComparatorByReferencedRetainedSize()
Returns a Comparator ordering the records descending by the total size of
referenced objects.
|