Uses of Class
org.eclipse.mat.query.annotations.Category
-
Packages that use Category Package Description org.eclipse.mat.inspections These are general queries.org.eclipse.mat.inspections.finalizer These are queries for examining objects subject to finalization.org.eclipse.mat.inspections.threads These are queries for Threads.org.eclipse.mat.internal.snapshot.inspections These are queries for dominator tree and paths to/from garbage collection roots.org.eclipse.mat.report.internal Internal classes for controlling building of reports from XML report definitions (not API). -
-
Uses of Category in org.eclipse.mat.inspections
Classes in org.eclipse.mat.inspections with annotations of type Category Modifier and Type Class Description class
BiggestObjectsPieQuery
class
ClassReferrersQuery
class
DeltaHistogram
class
FindLeaksQuery
class
FindLeaksQuery2
class
HeapDumpInfoQuery
class
ObjectListQuery
class
TopConsumersQuery
-
Uses of Category in org.eclipse.mat.inspections.finalizer
Classes in org.eclipse.mat.inspections.finalizer with annotations of type Category Modifier and Type Class Description class
FinalizerInProcessingQuery
class
FinalizerQueueQuery
class
FinalizerThreadLocalsQuery
class
FinalizerThreadQuery
-
Uses of Category in org.eclipse.mat.inspections.threads
Classes in org.eclipse.mat.inspections.threads with annotations of type Category Modifier and Type Class Description class
ThreadStackQuery
-
Uses of Category in org.eclipse.mat.internal.snapshot.inspections
Classes in org.eclipse.mat.internal.snapshot.inspections with annotations of type Category Modifier and Type Class Description class
DominatorQuery
-
Uses of Category in org.eclipse.mat.report.internal
Classes in org.eclipse.mat.report.internal with annotations of type Category Modifier and Type Class Description class
RunExternalTest
class
RunRegisterdReport
-