Package | Description |
---|---|
org.eclipse.mat.inspections |
These are general queries.
|
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.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 |
---|---|
IMultiplePathsFromGCRootsComputer |
FindLeaksQuery.AccumulationPointOfGroupOfObject.getPathsComputer() |
IMultiplePathsFromGCRootsComputer |
FindLeaksQuery.SuspectRecordGroupOfObjects.getPathsComputer() |
Constructor and Description |
---|
AccumulationPointOfGroupOfObject(IObject object,
int[] commonPath,
IMultiplePathsFromGCRootsComputer pathsComputer) |
Modifier and Type | Method and Description |
---|---|
static MultiplePath2GCRootsQuery.Tree |
MultiplePath2GCRootsQuery.create(ISnapshot snapshot,
IMultiplePathsFromGCRootsComputer computer,
int[] selection) |
static MultiplePath2GCRootsQuery.Tree |
MultiplePath2GCRootsQuery.create(ISnapshot snapshot,
IMultiplePathsFromGCRootsComputer computer,
int[] selection,
IProgressListener listener) |
Modifier and Type | Method and Description |
---|---|
IMultiplePathsFromGCRootsComputer |
SnapshotImpl.getMultiplePathsFromGCRoots(int[] objectIds,
Map<IClass,Set<String>> excludeList) |
Modifier and Type | Class and Description |
---|---|
class |
MultiplePathsFromGCRootsComputerImpl |
Modifier and Type | Method and Description |
---|---|
IMultiplePathsFromGCRootsComputer |
ISnapshot.getMultiplePathsFromGCRoots(int[] objectIds,
Map<IClass,Set<String>> excludeMap)
Returns an IMultiplePathsFromGCRootsComputer object, which can be used to
calculate the shortest path from the GC roots to each of objects in the
specified object set.
|