Package | Description |
---|---|
org.eclipse.mat.hprof.extension |
Extension point interfaces for HPROF dumps.
|
org.eclipse.mat.inspections |
These are general queries.
|
org.eclipse.mat.parser.model |
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
|
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 |
---|---|
void |
IParsingEnhancer.onParsingCompleted(SnapshotInfo snapshotInfo)
The method within the process of initially parsing a heap dump, just
after the snapshot and SnapshotInfo objects have been created.
|
Modifier and Type | Field and Description |
---|---|
SnapshotInfo |
HeapDumpInfoQuery.info |
Modifier and Type | Class and Description |
---|---|
class |
XSnapshotInfo
Basic information about the snapshot which can be updated as
data is read from the dump.
|
Modifier and Type | Method and Description |
---|---|
SnapshotInfo |
ISnapshot.getSnapshotInfo()
Get info object describing the snapshot.
|