Package | Description |
---|---|
org.eclipse.mat.inspections |
These are general queries.
|
org.eclipse.mat.inspections.collections |
These are queries for Collection classes.
|
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.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 |
FindLeaksQuery.SuspectsResultTable |
static class |
FindLeaksQuery2.SuspectsResultTable |
static class |
ImmediateDominatorsQuery.ResultImpl |
Modifier and Type | Class and Description |
---|---|
static class |
HashEntriesQuery.Result |
Modifier and Type | Class and Description |
---|---|
class |
CompareTablesQuery.ComparisonResultTable |
Modifier and Type | Class and Description |
---|---|
class |
RefinedTable
The result from refining a table.
|
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.
|
class |
UnreachableObjectsHistogram
Summary information about objects discarded from the snapshot
|
Modifier and Type | Method and Description |
---|---|
IResultTable |
HistogramResult.asTable()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static TQuantize |
TQuantize.defaultValueDistribution(ISnapshot snapshot,
IResultTable base,
TQuantize.Target target)
A convenience methods to aggregate a table by one of the well-known
targets and create the sum for all other columns.
|
static TQuantize.Builder |
TQuantize.valueDistribution(ISnapshot snapshot,
IResultTable base,
int... columns)
Creates a
TQuantize object which aggregates the table by the
value of the columns. |
static TQuantize.Builder |
TQuantize.valueDistribution(ISnapshot snapshot,
IResultTable base,
TQuantize.Target target)
Creates a
TQuantize object which aggregates the table by one of
the well-known targets, e.g. |