Class BenchmarkResult


  • class BenchmarkResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double duration  
      (package private) int iterations  
      (package private) long numOps  
    • Constructor Summary

      Constructors 
      Constructor Description
      BenchmarkResult​(long numOps, double duration, int iterations)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void printResult()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • numOps

        long numOps
      • duration

        double duration
      • iterations

        int iterations
    • Constructor Detail

      • BenchmarkResult

        BenchmarkResult​(long numOps,
                        double duration,
                        int iterations)
    • Method Detail

      • printResult

        void printResult()