Package org.adoptopenjdk.jitwatch.histo
Class AttributeNameHistoWalker
java.lang.Object
org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
org.adoptopenjdk.jitwatch.histo.AbstractHistoVisitable
org.adoptopenjdk.jitwatch.histo.AttributeNameHistoWalker
- All Implemented Interfaces:
ICompilationVisitable,IHistoVisitable,ITreeVisitable
-
Field Summary
FieldsFields inherited from class org.adoptopenjdk.jitwatch.histo.AbstractHistoVisitable
histo, model, resolutionFields inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
ignoreTags -
Constructor Summary
ConstructorsConstructorDescriptionAttributeNameHistoWalker(IReadOnlyJITDataModel model, boolean isCompileAttribute, String attributeName, long resolution) -
Method Summary
Methods inherited from class org.adoptopenjdk.jitwatch.histo.AbstractHistoVisitable
buildHistogram, reset, visitTagMethods inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
handleOther
-
Field Details
-
isCompileAttribute
private boolean isCompileAttribute -
attributeName
-
-
Constructor Details
-
AttributeNameHistoWalker
public AttributeNameHistoWalker(IReadOnlyJITDataModel model, boolean isCompileAttribute, String attributeName, long resolution)
-
-
Method Details
-
visit
-