Package | Description |
---|---|
org.eclipse.mat.inspections |
These are general queries.
|
org.eclipse.mat.inspections.osgi |
These are queries for examining OSGi bundles.
|
org.eclipse.mat.inspections.util |
These are utilities for Eclipse OSGi bundle queries.
|
org.eclipse.mat.internal.snapshot.inspections |
These are queries for dominator tree and paths to/from garbage collection roots.
|
org.eclipse.mat.query.refined |
A way of controlling the detail given by the output of a query.
|
org.eclipse.mat.snapshot |
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
|
org.eclipse.mat.snapshot.query |
Utilities to develop heap dump queries.
|
Modifier and Type | Class and Description |
---|---|
class |
BigDropsQuery |
static class |
ClassReferrersQuery.InboundClasses |
static class |
ClassReferrersQuery.OutboundClasses |
class |
DuplicatedClassesQuery |
Modifier and Type | Class and Description |
---|---|
static class |
BundleRegistryQuery.BundleTreeResult |
static class |
BundleRegistryQuery.ExtensionTreeResult |
static class |
BundleRegistryQuery.ServicesTreeResult |
Modifier and Type | Method and Description |
---|---|
IResultTree |
ObjectTreeFactory.TreePathBuilder.build(ISnapshot snapshot) |
Modifier and Type | Class and Description |
---|---|
static class |
DominatorQuery.Tree |
static class |
MultiplePath2GCRootsQuery.Tree |
static class |
Path2GCRootsQuery.Tree |
Modifier and Type | Class and Description |
---|---|
class |
RefinedTree
The result from refining a tree.
|
Modifier and Type | Class and Description |
---|---|
static class |
Histogram.ClassLoaderTree |
static class |
Histogram.PackageTree |
static class |
Histogram.SuperclassTree |
Modifier and Type | Method and Description |
---|---|
IResultTree |
Histogram.groupByClassLoader()
implementation as result tree grouped by class loader
|
IResultTree |
Histogram.groupByPackage()
implementation as result tree grouped by package
|
IResultTree |
Histogram.groupBySuperclass(ISnapshot snapshot)
implementation as result tree grouped by superclass
|
Modifier and Type | Class and Description |
---|---|
static class |
ObjectListResult.Inbound
Helper class which describes a tree of objects by inbound references.
|
static class |
ObjectListResult.Outbound
Helper class which describes a tree of objects by outbound references.
|