Package org.adoptopenjdk.jitwatch.histo
Class InlineSizeHistoVisitable
java.lang.Object
org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
org.adoptopenjdk.jitwatch.histo.AbstractHistoVisitable
org.adoptopenjdk.jitwatch.histo.InlineSizeHistoVisitable
- All Implemented Interfaces:
ICompilationVisitable,IHistoVisitable,ITreeVisitable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.chrisnewland.freelogj.LoggerFields inherited from class org.adoptopenjdk.jitwatch.histo.AbstractHistoVisitable
histo, model, resolutionFields inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
ignoreTags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprocessParseTag(Tag parseTag, IParseDictionary parseDictionary) voidreset()voidvisit(IMetaMember metaMember) voidvisitTag(Tag parseTag, IParseDictionary parseDictionary) Methods inherited from class org.adoptopenjdk.jitwatch.histo.AbstractHistoVisitable
buildHistogramMethods inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
handleOther
-
Field Details
-
logger
private static final com.chrisnewland.freelogj.Logger logger -
inlinedCounted
-
-
Constructor Details
-
InlineSizeHistoVisitable
-
-
Method Details
-
reset
public void reset()- Specified by:
resetin interfaceITreeVisitable- Overrides:
resetin classAbstractHistoVisitable
-
visit
-
processParseTag
-
visitTag
- Specified by:
visitTagin interfaceICompilationVisitable- Overrides:
visitTagin classAbstractHistoVisitable- Throws:
LogParseException
-