Package org.openjdk.jmh.results
Class BenchmarkTaskResult
- java.lang.Object
-
- org.openjdk.jmh.results.BenchmarkTaskResult
-
public class BenchmarkTaskResult extends java.lang.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()java.util.Collection<Result>getResults()
-