Package org.openjdk.jmh.benchmarks
Class BlackholePipelineBench
java.lang.Object
org.openjdk.jmh.benchmarks.BlackholePipelineBench
- Direct Known Subclasses:
BlackholePipelineBench_jmhType_B1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
prepare()
void
test_Array
(Blackhole bh) void
void
void
void
test_double
(Blackhole bh) void
test_float
(Blackhole bh) void
void
void
test_Object
(Blackhole bh) void
test_short
(Blackhole bh)
-
Field Details
-
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
-
arrays
-
-
Constructor Details
-
BlackholePipelineBench
public BlackholePipelineBench()
-
-
Method Details
-
prepare
public void prepare() -
test_boolean
-
test_byte
-
test_short
-
test_char
-
test_int
-
test_float
-
test_long
-
test_double
-
test_Object
-
test_Array
-