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
FieldsFields inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
ignoreTags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreset()voidvisitTag(Tag toVisit, IParseDictionary parseDictionary) Methods inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
handleOtherMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.adoptopenjdk.jitwatch.treevisitor.ITreeVisitable
visit
-
Field Details
-
histo
-
model
-
resolution
protected long resolution
-
-
Constructor Details
-
AbstractHistoVisitable
-
-
Method Details
-
buildHistogram
- Specified by:
buildHistogramin interfaceIHistoVisitable
-
reset
public void reset()- Specified by:
resetin interfaceITreeVisitable
-
visitTag
- Specified by:
visitTagin interfaceICompilationVisitable- Throws:
LogParseException
-