public class BlackholePipelineBench
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Object[][] |
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.Object[] |
objects |
private short[] |
shorts |
private int |
steps |
Constructor and Description |
---|
BlackholePipelineBench() |
Modifier and Type | Method and 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) |
private int steps
private boolean[] booleans
private byte[] bytes
private short[] shorts
private char[] chars
private int[] ints
private float[] floats
private long[] longs
private double[] doubles
private java.lang.Object[] objects
private java.lang.Object[][] arrays
public void prepare()
public void test_boolean(Blackhole bh)
public void test_byte(Blackhole bh)
public void test_short(Blackhole bh)
public void test_char(Blackhole bh)
public void test_int(Blackhole bh)
public void test_float(Blackhole bh)
public void test_long(Blackhole bh)
public void test_double(Blackhole bh)
public void test_Object(Blackhole bh)
public void test_Array(Blackhole bh)