Package org.openjdk.jmh.results
Class BenchmarkTaskResult
- java.lang.Object
-
- org.openjdk.jmh.results.BenchmarkTaskResult
-
public class BenchmarkTaskResult extends Object
-
-
Constructor Summary
Constructors Constructor Description BenchmarkTaskResult(long allOperations, long measuredOperations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Result result)longgetAllOps()longgetMeasuredOps()Collection<Result>getResults()
-
-
-
Method Detail
-
add
public void add(Result result)
-
getResults
public Collection<Result> getResults()
-
getAllOps
public long getAllOps()
-
getMeasuredOps
public long getMeasuredOps()
-
-