Class JavaFloatMultiplicationBenchmark

  • All Implemented Interfaces:
    Benchmark

    class JavaFloatMultiplicationBenchmark
    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, float[] A, float[] B, float[] 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

      • JavaFloatMultiplicationBenchmark

        JavaFloatMultiplicationBenchmark()
    • Method Detail

      • getName

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

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