Interface ITopListVisitable
-
- All Superinterfaces:
ITreeVisitable
- All Known Implementing Classes:
AbstractTopListVisitable,CompiledAttributeTopListVisitable,CompileTimeTopListVisitable,HotThrowTopListVisitable,InliningFailReasonTopListVisitable,MostUsedIntrinsicsTopListVisitable,NativeMethodSizeTopListVisitable,StaleTaskToplistVisitable
public interface ITopListVisitable extends ITreeVisitable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ITopListScore>buildTopList()-
Methods inherited from interface org.adoptopenjdk.jitwatch.treevisitor.ITreeVisitable
reset, visit
-
-
-
-
Method Detail
-
buildTopList
java.util.List<ITopListScore> buildTopList()
-
-