Class InliningFailReasonTopListVisitable
java.lang.Object
org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
org.adoptopenjdk.jitwatch.toplist.AbstractTopListVisitable
org.adoptopenjdk.jitwatch.toplist.InliningFailReasonTopListVisitable
- All Implemented Interfaces:
ICompilationVisitable, ITopListVisitable, ITreeVisitable
-
Field Summary
FieldsFields inherited from class AbstractTopListVisitable
logger, model, sortHighToLow, topListFields inherited from class AbstractCompilationVisitable
ignoreTags -
Constructor Summary
ConstructorsConstructorDescriptionInliningFailReasonTopListVisitable(IReadOnlyJITDataModel model, boolean sortHighToLow) -
Method Summary
Modifier and TypeMethodDescriptionvoidprivate voidprocessParseTag(Tag parseTag) voidvisit(IMetaMember metaMember) voidvisitTag(Tag parseTag, IParseDictionary parseDictionary) Methods inherited from class AbstractTopListVisitable
buildTopList, resetMethods inherited from class AbstractCompilationVisitable
handleOther
-
Field Details
-
reasonCountMap
-
-
Constructor Details
-
InliningFailReasonTopListVisitable
-
-
Method Details
-
visit
-
processParseTag
-
postProcess
public void postProcess()- Overrides:
postProcessin classAbstractTopListVisitable
-
visitTag
- Specified by:
visitTagin interfaceICompilationVisitable- Overrides:
visitTagin classAbstractTopListVisitable- Throws:
LogParseException
-