Class DswapBenchmark
java.lang.Object
dev.ludovic.netlib.benchmarks.blas.BLASBenchmark
dev.ludovic.netlib.benchmarks.blas.l1.L1Benchmark
dev.ludovic.netlib.benchmarks.blas.l1.DswapBenchmark
- Direct Known Subclasses:
DswapBenchmark_jmhType_B1
-
Field Summary
FieldsFields inherited from class dev.ludovic.netlib.benchmarks.blas.BLASBenchmark
blas, implementation -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.ludovic.netlib.benchmarks.blas.BLASBenchmark
randomDouble, randomDoubleArray, randomFloat, randomFloatArray, setupImplementation
-
Field Details
-
n
public int n -
x
public double[] x -
xclone
public double[] xclone -
y
public double[] y -
yclone
public double[] yclone
-
-
Constructor Details
-
DswapBenchmark
public DswapBenchmark()
-
-
Method Details
-
setup
public void setup() -
setupIteration
public void setupIteration() -
blas
public void blas(org.openjdk.jmh.infra.Blackhole bh)
-