Package org.openjdk.jmh.results
Class IterationResultMetaData
java.lang.Object
org.openjdk.jmh.results.IterationResultMetaData
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final long
private final long
private static final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
allOps
private final long allOps -
measuredOps
private final long measuredOps
-
-
Constructor Details
-
IterationResultMetaData
public IterationResultMetaData(long allOps, long measuredOps)
-
-
Method Details
-
getMeasuredOps
public long getMeasuredOps() -
getAllOps
public long getAllOps()
-