public class LoopRepetitionCountMeasurementResult extends ParameterisationDependentMeasurementResult
Parameterisation.| Constructor and Description |
|---|
LoopRepetitionCountMeasurementResult(int count)
Creates a result for a loop measurement for which no parameterisation was recorded.
|
LoopRepetitionCountMeasurementResult(Parameterisation parameterisation,
int count)
Creates a result for a parameterised loop measurement.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the loop repetition count.
|
String |
toString() |
getParameterisationpublic LoopRepetitionCountMeasurementResult(int count)
count - How many times the loop's body was executed. May not be negative.public LoopRepetitionCountMeasurementResult(Parameterisation parameterisation, int count)
parameterisation - The state of variables during measurement.count - How many times the loop's body was executed. May not be negative.public int getCount()
public String toString()
toString in class ParameterisationDependentMeasurementResult