Class CodeCacheEventWalker
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
-
- org.adoptopenjdk.jitwatch.compilation.AbstractCompilationWalker
-
- org.adoptopenjdk.jitwatch.compilation.codecache.CodeCacheEventWalker
-
- All Implemented Interfaces:
ICompilationVisitable,ITreeVisitable
public class CodeCacheEventWalker extends AbstractCompilationWalker
-
-
Field Summary
Fields Modifier and Type Field Description private static com.chrisnewland.freelogj.Loggerloggerprivate CodeCacheWalkerResultresult-
Fields inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationWalker
model
-
Fields inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
ignoreTags
-
-
Constructor Summary
Constructors Constructor Description CodeCacheEventWalker(IReadOnlyJITDataModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeCacheWalkerResultgetResult()voidreset()voidvisit(IMetaMember metaMember)-
Methods inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationWalker
visitTag, walkCompilations
-
Methods inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
handleOther
-
-
-
-
Field Detail
-
result
private CodeCacheWalkerResult result
-
logger
private static final com.chrisnewland.freelogj.Logger logger
-
-
Constructor Detail
-
CodeCacheEventWalker
public CodeCacheEventWalker(IReadOnlyJITDataModel model)
-
-
Method Detail
-
reset
public void reset()
-
visit
public void visit(IMetaMember metaMember)
-
getResult
public CodeCacheWalkerResult getResult()
-
-