Class BenchmarkTaskResult

java.lang.Object
org.openjdk.jmh.results.BenchmarkTaskResult

public class BenchmarkTaskResult extends Object
  • Constructor Details

    • BenchmarkTaskResult

      public BenchmarkTaskResult(long allOperations, long measuredOperations)
  • Method Details

    • add

      public void add(Result result)
    • getResults

      public Collection<Result> getResults()
    • getAllOps

      public long getAllOps()
    • getMeasuredOps

      public long getMeasuredOps()