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
FieldsModifier and TypeFieldDescriptionprotected static final com.chrisnewland.freelogj.Loggerprotected IReadOnlyJITDataModelprotected booleanprotected List<ITopListScore> Fields inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
ignoreTags -
Constructor Summary
ConstructorsConstructorDescriptionAbstractTopListVisitable(IReadOnlyJITDataModel model, boolean sortHighToLow) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidreset()voidvisitTag(Tag toVisit, IParseDictionary parseDictionary) Methods inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
handleOtherMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.adoptopenjdk.jitwatch.treevisitor.ITreeVisitable
visit
-
Field Details
-
model
-
topList
-
sortHighToLow
protected boolean sortHighToLow -
logger
protected static final com.chrisnewland.freelogj.Logger logger
-
-
Constructor Details
-
AbstractTopListVisitable
-
-
Method Details
-
reset
public void reset()- Specified by:
resetin interfaceITreeVisitable
-
postProcess
public void postProcess() -
visitTag
- Specified by:
visitTagin interfaceICompilationVisitable- Throws:
LogParseException
-
buildTopList
- Specified by:
buildTopListin interfaceITopListVisitable
-