public static final class CPUSampler.Payload extends Object
ProfilerNode. Differentiates between an execution in compiled
code and in the interpreter.| Modifier and Type | Method and Description |
|---|---|
int |
getCompiledHitCount() |
int |
getHitCount() |
int |
getInterpretedHitCount() |
int |
getSelfCompiledHitCount() |
int |
getSelfHitCount() |
List<Long> |
getSelfHitTimes() |
int |
getSelfInterpretedHitCount() |
public int getCompiledHitCount()
public int getInterpretedHitCount()
public int getSelfCompiledHitCount()
public int getSelfInterpretedHitCount()
public int getSelfHitCount()
public int getHitCount()