public class IterationResultMetaData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private long |
allOps |
private long |
measuredOps |
Constructor and Description |
---|
IterationResultMetaData(long allOps,
long measuredOps) |
Modifier and Type | Method and Description |
---|---|
long |
getAllOps() |
long |
getMeasuredOps() |