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.internal.snapshot.inspections |
These are queries for dominator tree and paths to/from garbage collection roots.
|
org.eclipse.mat.query |
Package for examining and controlling results of running queries.
|
org.eclipse.mat.query.refined |
A way of controlling the detail given by the output of a query.
|
org.eclipse.mat.query.results |
Default Query Result Implementations.
|
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 |
---|---|
static class |
ClassReferrersQuery.InboundClasses |
static class |
ClassReferrersQuery.OutboundClasses |
class |
DuplicatedClassesQuery |
static class |
ImmediateDominatorsQuery.ResultImpl |
Modifier and Type | Class and Description |
---|---|
static class |
BundleRegistryQuery.BundleTreeResult |
static class |
BundleRegistryQuery.ExtensionTreeResult |
static class |
BundleRegistryQuery.ServicesTreeResult |
Modifier and Type | Class and Description |
---|---|
class |
CompareTablesQuery.ComparisonResultTable |
class |
CompareTablesQuery.ComparisonResultTree |
class |
CompareTablesQuery.TableComparisonResult |
static class |
Path2GCRootsQuery.Tree |
Modifier and Type | Field and Description |
---|---|
static IIconProvider |
IIconProvider.EMPTY |
Modifier and Type | Class and Description |
---|---|
class |
RefinedStructuredResult
The result from refining a table or tree.
|
class |
RefinedTable
The result from refining a table.
|
class |
RefinedTree
The result from refining a tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ListResult
A list of items such as properties as a result table.
|
class |
PropertyResult
Extract properties from an object and display as a result table.
|
Modifier and Type | Class and Description |
---|---|
class |
Histogram
Class histogram - heap objects aggregated by their class.
|
static class |
Histogram.ClassLoaderTree |
static class |
Histogram.PackageTree |
static class |
Histogram.SuperclassTree |
class |
UnreachableObjectsHistogram
Summary information about objects discarded from the snapshot
|
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.
|