Package org.openjdk.jmh.results
Class BenchmarkTaskResult
java.lang.Object
org.openjdk.jmh.results.BenchmarkTaskResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final long
Total benchmark ops done.private final long
Measured benchmark ops done: total without sync iterations.private final Collection
<Result> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
long
long
-
Field Details
-
allOperations
private final long allOperationsTotal benchmark ops done. -
measuredOperations
private final long measuredOperationsMeasured benchmark ops done: total without sync iterations. -
results
-
-
Constructor Details
-
BenchmarkTaskResult
public BenchmarkTaskResult(long allOperations, long measuredOperations)
-
-
Method Details
-
add
-
getResults
-
getAllOps
public long getAllOps() -
getMeasuredOps
public long getMeasuredOps()
-