Class MostUsedIntrinsicsTopListVisitable
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
-
- org.adoptopenjdk.jitwatch.toplist.AbstractTopListVisitable
-
- org.adoptopenjdk.jitwatch.toplist.MostUsedIntrinsicsTopListVisitable
-
- All Implemented Interfaces:
ICompilationVisitable,ITopListVisitable,ITreeVisitable
public class MostUsedIntrinsicsTopListVisitable extends AbstractTopListVisitable
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,java.lang.Integer>intrinsicCountMap-
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 MostUsedIntrinsicsTopListVisitable(IReadOnlyJITDataModel model, boolean sortHighToLow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostProcess()voidvisit(IMetaMember metaMember)-
Methods inherited from class org.adoptopenjdk.jitwatch.toplist.AbstractTopListVisitable
buildTopList, reset, visitTag
-
Methods inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
handleOther
-
-
-
-
Constructor Detail
-
MostUsedIntrinsicsTopListVisitable
public MostUsedIntrinsicsTopListVisitable(IReadOnlyJITDataModel model, boolean sortHighToLow)
-
-
Method Detail
-
visit
public void visit(IMetaMember metaMember)
-
postProcess
public void postProcess()
- Overrides:
postProcessin classAbstractTopListVisitable
-
-