Class StaleTaskToplistVisitable
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
-
- org.adoptopenjdk.jitwatch.toplist.AbstractTopListVisitable
-
- org.adoptopenjdk.jitwatch.toplist.StaleTaskToplistVisitable
-
- All Implemented Interfaces:
ICompilationVisitable,ITopListVisitable,ITreeVisitable
public class StaleTaskToplistVisitable extends AbstractTopListVisitable
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<IMetaMember,java.lang.Integer>staleCompilationCountMap-
Fields inherited from class org.adoptopenjdk.jitwatch.toplist.AbstractTopListVisitable
logger, model, sortHighToLow, topList
-
Fields inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
ignoreTags
-
-
Constructor Summary
Constructors Constructor Description StaleTaskToplistVisitable(IReadOnlyJITDataModel model, boolean sortHighToLow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostProcess()voidvisit(IMetaMember metaMember)-
Methods inherited from class org.adoptopenjdk.jitwatch.toplist.AbstractTopListVisitable
buildTopList, reset, visitTag
-
Methods inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
handleOther
-
-
-
-
Field Detail
-
staleCompilationCountMap
private final java.util.Map<IMetaMember,java.lang.Integer> staleCompilationCountMap
-
-
Constructor Detail
-
StaleTaskToplistVisitable
public StaleTaskToplistVisitable(IReadOnlyJITDataModel model, boolean sortHighToLow)
-
-
Method Detail
-
visit
public void visit(IMetaMember metaMember)
-
postProcess
public void postProcess()
- Overrides:
postProcessin classAbstractTopListVisitable
-
-