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
public class AttributeNameHistoWalker extends AbstractHistoVisitable
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringattributeNameprivate booleanisCompileAttribute-
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 AttributeNameHistoWalker(IReadOnlyJITDataModel model, boolean isCompileAttribute, java.lang.String attributeName, long resolution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisit(IMetaMember mm)-
Methods inherited from class org.adoptopenjdk.jitwatch.histo.AbstractHistoVisitable
buildHistogram, reset, visitTag
-
Methods inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
handleOther
-
-
-
-
Constructor Detail
-
AttributeNameHistoWalker
public AttributeNameHistoWalker(IReadOnlyJITDataModel model, boolean isCompileAttribute, java.lang.String attributeName, long resolution)
-
-
Method Detail
-
visit
public void visit(IMetaMember mm)
-
-