Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
SnapshotImpl |
SnapshotImplBuilder.create(ParserRegistry.Parser parser,
IProgressListener listener) |
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) |
static SnapshotImpl |
SnapshotImpl.readFromFile(File file,
String prefix,
IProgressListener listener) |
Modifier and Type | Method and Description |
---|---|
static void |
DominatorTree.calculate(SnapshotImpl snapshot,
IProgressListener listener) |
Modifier and Type | Method and Description |
---|---|
Histogram |
HistogramBuilder.toHistogram(SnapshotImpl snapshot,
boolean isDefaultHistogram) |
Constructor and Description |
---|
MultiplePathsFromGCRootsComputerImpl(int[] objectIds,
Map<IClass,Set<String>> excludeMap,
SnapshotImpl snapshot) |