Class BenchmarkTaskResult


  • public class BenchmarkTaskResult
    extends java.lang.Object
    • Constructor Detail

      • BenchmarkTaskResult

        public BenchmarkTaskResult​(long allOperations,
                                   long measuredOperations)
    • Method Detail

      • add

        public void add​(Result result)
      • getResults

        public java.util.Collection<Result> getResults()
      • getAllOps

        public long getAllOps()
      • getMeasuredOps

        public long getMeasuredOps()