Class BlackholePipelinePayloadBench

java.lang.Object
org.openjdk.jmh.benchmarks.BlackholePipelinePayloadBench
Direct Known Subclasses:
BlackholePipelinePayloadBench_jmhType_B1

public class BlackholePipelinePayloadBench extends Object
  • 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

      private Double[] objects
    • arrays

      private Double[][] arrays
  • Constructor Details

    • BlackholePipelinePayloadBench

      public BlackholePipelinePayloadBench()
  • Method Details

    • 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)