Package org.openjdk.jmh.benchmarks
Class BlackholePipelinePayloadBench
- java.lang.Object
-
- org.openjdk.jmh.benchmarks.BlackholePipelinePayloadBench
-
- Direct Known Subclasses:
BlackholePipelinePayloadBench_jmhType_B1
public class BlackholePipelinePayloadBench extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Double[][]
arrays
private boolean[]
booleans
private byte[]
bytes
private char[]
chars
private double[]
doubles
private float[]
floats
private int[]
ints
private long[]
longs
private java.lang.Double[]
objects
private short[]
shorts
private int
steps
-
Constructor Summary
Constructors Constructor Description BlackholePipelinePayloadBench()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
prepare()
void
test_Array(Blackhole bh)
void
test_boolean(Blackhole bh)
void
test_byte(Blackhole bh)
void
test_char(Blackhole bh)
void
test_double(Blackhole bh)
void
test_float(Blackhole bh)
void
test_int(Blackhole bh)
void
test_long(Blackhole bh)
void
test_Object(Blackhole bh)
void
test_short(Blackhole bh)
-
-
-
Field Detail
-
steps
private int steps
-
booleans
private boolean[] booleans
-
bytes
private byte[] bytes
-
shorts
private short[] shorts
-
chars
private char[] chars
-
ints
private int[] ints
-
floats
private float[] floats
-
longs
private long[] longs
-
doubles
private double[] doubles
-
objects
private java.lang.Double[] objects
-
arrays
private java.lang.Double[][] arrays
-
-
Method Detail
-
prepare
public void prepare()
-
test_boolean
public void test_boolean(Blackhole bh)
-
test_byte
public void test_byte(Blackhole bh)
-
test_short
public void test_short(Blackhole bh)
-
test_char
public void test_char(Blackhole bh)
-
test_int
public void test_int(Blackhole bh)
-
test_float
public void test_float(Blackhole bh)
-
test_long
public void test_long(Blackhole bh)
-
test_double
public void test_double(Blackhole bh)
-
test_Object
public void test_Object(Blackhole bh)
-
test_Array
public void test_Array(Blackhole bh)
-
-