Package | Description |
---|---|
org.eclipse.mat.query |
Package for examining and controlling results of running queries.
|
org.eclipse.mat.query.quantize |
Value or linear frequency distribution histograms.
|
org.eclipse.mat.query.refined |
A way of controlling the detail given by the output of a query.
|
org.eclipse.mat.snapshot.query |
Utilities to develop heap dump queries.
|
org.eclipse.mat.ui.internal.viewer |
Allows filtering of the display of tables and trees, for example excluding certain class names - user interface (not API).
|
Modifier and Type | Method and Description |
---|---|
ContextDerivedData.DerivedOperation[] |
ContextProvider.getOperations()
Extra operations to calculate more columns.
|
ContextDerivedData.DerivedOperation[] |
ContextDerivedData.DerivedColumn.getOperations()
Possible operations to generate the column values.
|
Modifier and Type | Method and Description |
---|---|
Collection<ContextDerivedData.DerivedOperation> |
ResultMetaData.getDerivedOperations() |
Modifier and Type | Method and Description |
---|---|
ResultMetaData.Builder |
ResultMetaData.Builder.addDerivedData(ContextDerivedData.DerivedOperation action) |
void |
ContextDerivedData.DerivedCalculator.calculate(ContextDerivedData.DerivedOperation operation,
Object row,
IProgressListener listener)
Do the calculation for the row.
|
ContextDerivedData.DerivedColumn |
ContextDerivedData.lookup(ContextDerivedData.DerivedOperation operation)
Find the appropriate column for the requested operation
|
Constructor and Description |
---|
ContextProvider(String label,
ContextDerivedData.DerivedOperation... operations)
Creates a ContextProvider which will be queried later to find out
more details about a row in a report.
|
DerivedColumn(String label,
ContextDerivedData.DerivedOperation... operations)
A derived column.
|
Modifier and Type | Method and Description |
---|---|
Quantize.Builder |
Quantize.Builder.addDerivedData(ContextDerivedData.DerivedOperation operation) |
Modifier and Type | Method and Description |
---|---|
ContextDerivedData.DerivedOperation |
RefinedStructuredResult.DerivedDataJobDefinition.getOperation() |
Modifier and Type | Method and Description |
---|---|
void |
RefinedResultBuilder.addContextDerivedColumn(ContextProvider provider,
ContextDerivedData.DerivedOperation operation) |
void |
RefinedResultBuilder.addDefaultContextDerivedColumn(ContextDerivedData.DerivedOperation operation)
Add a derived column such as for retained size.
|
void |
RefinedStructuredResult.calculate(ContextProvider provider,
ContextDerivedData.DerivedOperation operation,
List<?> elements,
RefinedStructuredResult.ICalculationProgress progress,
IProgressListener listener) |
void |
RefinedStructuredResult.DerivedDataJobDefinition.setOperation(ContextDerivedData.DerivedOperation operation) |
Constructor and Description |
---|
DerivedDataJobDefinition(ContextProvider provider,
ContextDerivedData.DerivedOperation operation) |
Modifier and Type | Field and Description |
---|---|
static ContextDerivedData.DerivedOperation |
RetainedSizeDerivedData.APPROXIMATE
Indicates approximate retained size.
|
static ContextDerivedData.DerivedOperation |
RetainedSizeDerivedData.PRECISE
Indicates exact retained size.
|
Modifier and Type | Method and Description |
---|---|
void |
RefinedResultViewer.showDerivedDataColumn(ContextProvider provider,
ContextDerivedData.DerivedOperation operation) |