Package org.eclipse.mat.inspections
Class LeakHunterQuery2
java.lang.Object
org.eclipse.mat.inspections.LeakHunterQuery
org.eclipse.mat.inspections.LeakHunterQuery2
- All Implemented Interfaces:
IQuery
Looks for leaks based on a delta in retained sizes of
the dominator tree from two snapshots.
-
Field Summary
Fields inherited from class org.eclipse.mat.inspections.LeakHunterQuery
excludes, max_paths, skipPattern, snapshot, threshold_percent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(IProgressListener listener) The execute method is called after all arguments have been injected into the query instance.
-
Field Details
-
baseline
-
options
-
mask
-
extraReferences
-
extraReferencesListFile
-
-
Constructor Details
-
LeakHunterQuery2
public LeakHunterQuery2()
-
-
Method Details
-
execute
Description copied from interface:IQuery
The execute method is called after all arguments have been injected into the query instance. Typical results areTextResult
,CompositeResult
,SectionSpec
etc.- Specified by:
execute
in interfaceIQuery
- Overrides:
execute
in classLeakHunterQuery
- Parameters:
listener
- Monitor to report progress and check for cancellation.- Returns:
- The result of the query.
- Throws:
Exception
- if something went wrong running the query
-