Package org.adoptopenjdk.jitwatch.histo
Class AbstractHistoVisitable
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
-
- org.adoptopenjdk.jitwatch.histo.AbstractHistoVisitable
-
- All Implemented Interfaces:
ICompilationVisitable,IHistoVisitable,ITreeVisitable
- Direct Known Subclasses:
AttributeNameHistoWalker,CompileTimeHistoWalker,InlineSizeHistoVisitable,NativeSizeHistoWalker
public abstract class AbstractHistoVisitable extends AbstractCompilationVisitable implements IHistoVisitable
-
-
Field Summary
Fields Modifier and Type Field Description protected Histohistoprotected IReadOnlyJITDataModelmodelprotected longresolution-
Fields inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
ignoreTags
-
-
Constructor Summary
Constructors Constructor Description AbstractHistoVisitable(IReadOnlyJITDataModel model, long resolution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistobuildHistogram()voidreset()voidvisitTag(Tag toVisit, IParseDictionary parseDictionary)-
Methods inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
handleOther
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.adoptopenjdk.jitwatch.treevisitor.ITreeVisitable
visit
-
-
-
-
Field Detail
-
histo
protected Histo histo
-
model
protected IReadOnlyJITDataModel model
-
resolution
protected long resolution
-
-
Constructor Detail
-
AbstractHistoVisitable
public AbstractHistoVisitable(IReadOnlyJITDataModel model, long resolution)
-
-
Method Detail
-
buildHistogram
public Histo buildHistogram()
- Specified by:
buildHistogramin interfaceIHistoVisitable
-
reset
public void reset()
- Specified by:
resetin interfaceITreeVisitable
-
visitTag
public void visitTag(Tag toVisit, IParseDictionary parseDictionary) throws LogParseException
- Specified by:
visitTagin interfaceICompilationVisitable- Throws:
LogParseException
-
-