Uses of Class
org.eclipse.mat.internal.snapshot.inspections.DominatorQuery.Tree
Packages that use DominatorQuery.Tree
Package
Description
These are queries for dominator tree and paths to/from garbage collection roots.
-
Uses of DominatorQuery.Tree in org.eclipse.mat.internal.snapshot.inspections
Methods in org.eclipse.mat.internal.snapshot.inspections that return DominatorQuery.TreeModifier and TypeMethodDescriptionstatic DominatorQuery.Tree
DominatorQuery.Factory.create
(ISnapshot snapshot, int[] roots, IProgressListener listener) DominatorQuery.execute
(IProgressListener listener) ShowInDominatorQuery.execute
(IProgressListener listener) static DominatorQuery.Tree
DominatorQuery.Factory.groupByClass
(ISnapshot snapshot, int[] roots, IProgressListener listener) static DominatorQuery.Tree
DominatorQuery.Factory.groupByClassLoader
(ISnapshot snapshot, int[] roots, IProgressListener listener) static DominatorQuery.Tree
DominatorQuery.Factory.groupByPackage
(ISnapshot snapshot, int[] roots, IProgressListener listener)