Package | Description |
---|---|
org.eclipse.mat.hprof |
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
|
org.eclipse.mat.inspections |
These are general queries.
|
org.eclipse.mat.inspections.collections |
These are queries for Collection classes.
|
org.eclipse.mat.inspections.component |
These are queries for whole components (class loaders and packages).
|
org.eclipse.mat.inspections.eclipse |
These are queries for debugging Eclipse based applications.
|
org.eclipse.mat.inspections.finalizer |
These are queries for examining objects subject to finalization.
|
org.eclipse.mat.inspections.osgi |
These are queries for examining OSGi bundles.
|
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.jdt |
Links class names to the class source in an Eclipse IDE, not an Application Programming Interface (API).
|
org.eclipse.mat.query.registry |
Package for getting a list of queries and examining their capabilities and setting them up.
|
org.eclipse.mat.report.internal |
Internal classes for controlling building of reports from XML report definitions (not API).
|
org.eclipse.mat.ui.snapshot.actions |
Supplementary actions to open a snapshot, copy to clipboard, open icon assist and so on - user interface (not API).
|
Modifier and Type | Class and Description |
---|---|
class |
ExportHprof |
Modifier and Type | Class and Description |
---|---|
class |
ArrayFillRatioQuery |
class |
ArraysBySizeQuery |
class |
CollectionFillRatioQuery |
class |
CollectionsBySizeQuery |
class |
ExtractListValuesQuery |
class |
HashEntriesQuery |
class |
HashSetValuesQuery |
class |
MapCollisionRatioQuery |
class |
PrimitiveArraysWithAConstantValueQuery |
Modifier and Type | Class and Description |
---|---|
class |
ComponentReportQuery |
class |
TopComponentsReportQuery |
Modifier and Type | Class and Description |
---|---|
class |
LeakingPlugins |
Modifier and Type | Class and Description |
---|---|
class |
FinalizerInProcessingQuery |
class |
FinalizerQuery |
class |
FinalizerQueueQuery |
class |
FinalizerThreadLocalsQuery |
class |
FinalizerThreadQuery |
Modifier and Type | Class and Description |
---|---|
class |
BundleRegistryQuery |
Modifier and Type | Class and Description |
---|---|
class |
ThreadInfoQuery |
class |
ThreadOverviewQuery |
Modifier and Type | Class and Description |
---|---|
class |
CompareTablesQuery |
class |
DominatorQuery |
class |
MultiplePath2GCRootsQuery |
class |
Path2GCRootsQuery |
class |
ShowInDominatorQuery |
Modifier and Type | Class and Description |
---|---|
class |
OpenSourceFileQuery |
Modifier and Type | Method and Description |
---|---|
Class<? extends IQuery> |
QueryDescriptor.getCommandType()
The type of the query object, to be instantiated and the arguments injected when the query is run.
|
Modifier and Type | Method and Description |
---|---|
QueryDescriptor |
QueryRegistry.getQuery(Class<? extends IQuery> query) |
Modifier and Type | Class and Description |
---|---|
class |
RunExternalTest |
class |
RunRegisterdReport |
Modifier and Type | Class and Description |
---|---|
class |
CopyActions |
static class |
CopyActions.Address |
static class |
CopyActions.FQClassName |
static class |
CopyActions.Value |
class |
CopyOQL
Combines all the OQL queries associated with the IContextObjectSets into one big query.
|
class |
SaveValueAsQuery |