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
public class InlineSizeHistoVisitable extends AbstractHistoVisitable
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<java.lang.String>inlinedCountedprivate static com.chrisnewland.freelogj.Loggerlogger-
Fields inherited from class org.adoptopenjdk.jitwatch.histo.AbstractHistoVisitable
histo, model, resolution
-
Fields inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
ignoreTags
-
-
Constructor Summary
Constructors Constructor Description InlineSizeHistoVisitable(IReadOnlyJITDataModel model, long resolution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidprocessParseTag(Tag parseTag, IParseDictionary parseDictionary)voidreset()voidvisit(IMetaMember metaMember)voidvisitTag(Tag parseTag, IParseDictionary parseDictionary)-
Methods inherited from class org.adoptopenjdk.jitwatch.histo.AbstractHistoVisitable
buildHistogram
-
Methods inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
handleOther
-
-
-
-
Constructor Detail
-
InlineSizeHistoVisitable
public InlineSizeHistoVisitable(IReadOnlyJITDataModel model, long resolution)
-
-
Method Detail
-
reset
public void reset()
- Specified by:
resetin interfaceITreeVisitable- Overrides:
resetin classAbstractHistoVisitable
-
visit
public void visit(IMetaMember metaMember)
-
processParseTag
private void processParseTag(Tag parseTag, IParseDictionary parseDictionary)
-
visitTag
public void visitTag(Tag parseTag, IParseDictionary parseDictionary) throws LogParseException
- Specified by:
visitTagin interfaceICompilationVisitable- Overrides:
visitTagin classAbstractHistoVisitable- Throws:
LogParseException
-
-