Class JavaDoubleMultiplicationBenchmark

  • All Implemented Interfaces:
    Benchmark

    class JavaDoubleMultiplicationBenchmark
    extends java.lang.Object
    implements Benchmark
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      private void mmuli​(int n, double[] A, double[] B, double[] C)
      Compute C = A * B
      BenchmarkResult run​(int size, double seconds)  
      • Methods inherited from class java.lang.Object

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

      • JavaDoubleMultiplicationBenchmark

        JavaDoubleMultiplicationBenchmark()
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Benchmark
      • mmuli

        private void mmuli​(int n,
                           double[] A,
                           double[] B,
                           double[] C)
        Compute C = A * B