Class BenchmarkTaskResult

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

public class BenchmarkTaskResult extends Object
  • Field Details

    • allOperations

      private final long allOperations
      Total benchmark ops done.
    • measuredOperations

      private final long measuredOperations
      Measured benchmark ops done: total without sync iterations.
    • results

      private final Collection<Result> results
  • 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()