Package org.adoptopenjdk.jitwatch.histo
Class NativeSizeHistoWalker
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
-
- org.adoptopenjdk.jitwatch.histo.AbstractHistoVisitable
-
- org.adoptopenjdk.jitwatch.histo.NativeSizeHistoWalker
-
- All Implemented Interfaces:
ICompilationVisitable,IHistoVisitable,ITreeVisitable
public class NativeSizeHistoWalker extends AbstractHistoVisitable
-
-
Field Summary
-
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 NativeSizeHistoWalker(IReadOnlyJITDataModel model, 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
-
NativeSizeHistoWalker
public NativeSizeHistoWalker(IReadOnlyJITDataModel model, long resolution)
-
-
Method Detail
-
visit
public void visit(IMetaMember mm)
-
-