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 AbstractCompilationVisitable
ignoreTags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreset()voidvisitTag(Tag toVisit, IParseDictionary parseDictionary) Methods inherited from class AbstractCompilationVisitable
handleOtherMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-