Package | Description |
---|---|
org.eclipse.mat.hprof |
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
|
org.eclipse.mat.hprof.acquire |
Generator of HPROF dumps from other running processes on the system,
just a acquire dumps extension, not an Application Programming Interface (API).
|
org.eclipse.mat.ibmvm.acquire |
Create IBM dumps - this is an internal package not intended as an Application Programming Interface (API) except as an extension.
|
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.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.report.internal |
Internal classes for controlling building of reports from XML report definitions (not API).
|
Modifier and Type | Class and Description |
---|---|
class |
ExportHprof |
Modifier and Type | Class and Description |
---|---|
class |
JMapHeapDumpProvider |
class |
JmapVmInfo |
Modifier and Type | Class and Description |
---|---|
class |
IBMDumpProvider
Base class for generating dumps on IBM VMs.
|
class |
IBMExecDumpProvider
Enables the creation of dumps from IBM VMs when a non-IBM VM
or old IBM VM is used to run Memory Analyzer.
|
class |
IBMExecVmInfo
Information about an IBM VM, for use when using a helper VM to create a dump.
|
class |
IBMVmInfo
Stores information about the target VM.
|
Modifier and Type | Class and Description |
---|---|
class |
BigDropsQuery |
class |
ClassLoaderExplorerQuery |
class |
ClassReferrersQuery |
class |
ComparisonReport |
class |
CustomizedRetainedSetQuery |
class |
DuplicatedClassesQuery |
class |
FindLeaksQuery |
class |
FindLeaksQuery2 |
class |
GCRootsQuery |
class |
GroupByValueQuery |
class |
HistogramQuery |
class |
ImmediateDominatorsQuery |
class |
LeakHunterQuery |
class |
LeakHunterQuery2
Looks for leaks based on a delta in retained sizes of
the dominator tree from two snapshots.
|
class |
ObjectListQuery |
class |
OQLQuery |
class |
RetainedSetQuery |
class |
SimpleComparison
A simple comparison of the results of running a query on two
different snapshots.
|
class |
TopConsumers2Query |
class |
TopConsumersQuery |
class |
UnreachableObjectsQuery |
class |
WasteInCharArraysQuery |
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 |
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 |
RunExternalTest |
class |
RunRegisterdReport |