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 |
getHitCount() |
int |
getNumberOfTiers() |
int |
getSelfHitCount() |
List<Long> |
getSelfHitTimes() |
int |
getTierSelfCount(int tier) |
int |
getTierTotalCount(int tier) |
public int getNumberOfTiers()
public int getTierSelfCount(int tier)
public int getTierTotalCount(int tier)
public int getSelfHitCount()
public int getHitCount()