public class InstrumentBranchesPhase.IfPoint extends InstrumentPhase.Point
id, position, rawIndex| Modifier and Type | Method and Description |
|---|---|
long |
elseVisits() |
InstrumentBranchesPhase.BranchState |
getBranchState() |
String |
getCounts() |
long |
getHotness() |
long |
ifVisits() |
boolean |
isPrettified() |
int |
slotCount() |
String |
toString() |
getId, getPosition, shouldInclude, slotIndexpublic int slotCount()
slotCount in class InstrumentPhase.Pointpublic boolean isPrettified()
isPrettified in class InstrumentPhase.Pointpublic long ifVisits()
public long elseVisits()
public InstrumentBranchesPhase.BranchState getBranchState()
public String getCounts()
public long getHotness()
getHotness in class InstrumentPhase.Point