Uses of Class
org.eclipse.mat.parser.internal.SnapshotImpl
Package
Description
Implementations for building the snapshot (not API).
Utilities for performing basic operations on the snapshot (not API).
-
Uses of SnapshotImpl in org.eclipse.mat.parser.internal
Modifier and TypeMethodDescriptionstatic 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) Create the snapshot after a fresh parse.SnapshotImplBuilder.create
(ParserRegistry.Parser parser, IProgressListener listener) static SnapshotImpl
SnapshotImpl.readFromFile
(File file, String prefix, IProgressListener listener) Read the snapshot from an already indexed dump.Modifier and TypeMethodDescriptionstatic void
DominatorTree.calculate
(SnapshotImpl snapshot, IProgressListener listener) -
Uses of SnapshotImpl in org.eclipse.mat.parser.internal.snapshot
Modifier and TypeMethodDescriptionHistogramBuilder.toHistogram
(SnapshotImpl snapshot, boolean isDefaultHistogram) ModifierConstructorDescriptionMultiplePathsFromGCRootsComputerImpl
(int[] objectIds, Map<IClass, Set<String>> excludeMap, SnapshotImpl snapshot)