Class BlackholePipelineBench

    • 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.Object[] objects
      • arrays

        private java.lang.Object[][] arrays
    • Constructor Detail

      • BlackholePipelineBench

        public BlackholePipelineBench()
    • 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)