Class CompiledAttributeTopListVisitable
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
-
- org.adoptopenjdk.jitwatch.toplist.AbstractTopListVisitable
-
- org.adoptopenjdk.jitwatch.toplist.CompiledAttributeTopListVisitable
-
- All Implemented Interfaces:
ICompilationVisitable,ITopListVisitable,ITreeVisitable
public class CompiledAttributeTopListVisitable extends AbstractTopListVisitable
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringattr-
Fields inherited from class org.adoptopenjdk.jitwatch.toplist.AbstractTopListVisitable
logger, model, sortHighToLow, topList
-
Fields inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
ignoreTags
-
-
Constructor Summary
Constructors Constructor Description CompiledAttributeTopListVisitable(IReadOnlyJITDataModel model, java.lang.String attr, boolean sortHighToLow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisit(IMetaMember mm)-
Methods inherited from class org.adoptopenjdk.jitwatch.toplist.AbstractTopListVisitable
buildTopList, postProcess, reset, visitTag
-
Methods inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
handleOther
-
-
-
-
Constructor Detail
-
CompiledAttributeTopListVisitable
public CompiledAttributeTopListVisitable(IReadOnlyJITDataModel model, java.lang.String attr, boolean sortHighToLow)
-
-
Method Detail
-
visit
public void visit(IMetaMember mm)
-
-