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 org.adoptopenjdk.jitwatch.toplist.AbstractTopListVisitable
logger, model, sortHighToLow, topListFields inherited from class org.adoptopenjdk.jitwatch.compilation.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 org.adoptopenjdk.jitwatch.toplist.AbstractTopListVisitable
buildTopList, resetMethods inherited from class org.adoptopenjdk.jitwatch.compilation.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
-