Package org.openjdk.jmh.results
Class BenchmarkTaskResult
java.lang.Object
org.openjdk.jmh.results.BenchmarkTaskResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlonglong
-
Constructor Details
-
BenchmarkTaskResult
public BenchmarkTaskResult(long allOperations, long measuredOperations)
-
-
Method Details
-
add
-
getResults
-
getAllOps
public long getAllOps() -
getMeasuredOps
public long getMeasuredOps()
-