Package | Description |
---|---|
org.eclipse.mat.dtfj |
This provides the parser for IBM Diagnostic Tooling Framework for Java (DTFJ) dumps,
and is just a parser extension, not an Application Programming Interface (API).
|
org.eclipse.mat.hprof |
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
|
org.eclipse.mat.parser.internal |
Implementations for building the snapshot (not API).
|
Modifier and Type | Class and Description |
---|---|
class |
DTFJHeapObjectReader
Reads details of an object from a DTFJ dump.
|
Modifier and Type | Class and Description |
---|---|
class |
HprofHeapObjectReader |
Modifier and Type | Method and Description |
---|---|
IObjectReader |
SnapshotImpl.getHeapObjectReader() |
Modifier and Type | Method and Description |
---|---|
static SnapshotImpl |
SnapshotImpl.create(XSnapshotInfo snapshotInfo,
String objectReaderUniqueIdentifier,
IObjectReader heapObjectReader,
HashMapIntObject<ClassImpl> classCache,
HashMapIntObject<XGCRootInfo[]> roots,
HashMapIntObject<HashMapIntObject<XGCRootInfo[]>> rootsPerThread,
BitField arrayObjects,
IndexManager indexManager,
IProgressListener listener) |