Class AbstractTopListVisitable
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
-
- org.adoptopenjdk.jitwatch.toplist.AbstractTopListVisitable
-
- All Implemented Interfaces:
ICompilationVisitable,ITopListVisitable,ITreeVisitable
- Direct Known Subclasses:
CompiledAttributeTopListVisitable,CompileTimeTopListVisitable,HotThrowTopListVisitable,InliningFailReasonTopListVisitable,MostUsedIntrinsicsTopListVisitable,NativeMethodSizeTopListVisitable,StaleTaskToplistVisitable
public abstract class AbstractTopListVisitable extends AbstractCompilationVisitable implements ITopListVisitable
-
-
Field Summary
Fields Modifier and Type Field Description protected static com.chrisnewland.freelogj.Loggerloggerprotected IReadOnlyJITDataModelmodelprotected booleansortHighToLowprotected java.util.List<ITopListScore>topList-
Fields inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
ignoreTags
-
-
Constructor Summary
Constructors Constructor Description AbstractTopListVisitable(IReadOnlyJITDataModel model, boolean sortHighToLow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ITopListScore>buildTopList()voidpostProcess()voidreset()voidvisitTag(Tag toVisit, IParseDictionary parseDictionary)-
Methods inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
handleOther
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.adoptopenjdk.jitwatch.treevisitor.ITreeVisitable
visit
-
-
-
-
Field Detail
-
model
protected IReadOnlyJITDataModel model
-
topList
protected java.util.List<ITopListScore> topList
-
sortHighToLow
protected boolean sortHighToLow
-
logger
protected static final com.chrisnewland.freelogj.Logger logger
-
-
Constructor Detail
-
AbstractTopListVisitable
public AbstractTopListVisitable(IReadOnlyJITDataModel model, boolean sortHighToLow)
-
-
Method Detail
-
reset
public void reset()
- Specified by:
resetin interfaceITreeVisitable
-
postProcess
public void postProcess()
-
visitTag
public void visitTag(Tag toVisit, IParseDictionary parseDictionary) throws LogParseException
- Specified by:
visitTagin interfaceICompilationVisitable- Throws:
LogParseException
-
buildTopList
public java.util.List<ITopListScore> buildTopList()
- Specified by:
buildTopListin interfaceITopListVisitable
-
-