Enum Class Main.Test

java.lang.Object
java.lang.Enum<Main.Test>
org.openjdk.jmh.validation.Main.Test
All Implemented Interfaces:
Serializable, Comparable<Main.Test>, java.lang.constant.Constable
Enclosing class:
Main

public static enum Main.Test extends Enum<Main.Test>
  • Enum Constant Details

    • timing

      public static final Main.Test timing
    • compiler_hints

      public static final Main.Test compiler_hints
    • thermal

      public static final Main.Test thermal
    • long_stability

      public static final Main.Test long_stability
    • burst_stability

      public static final Main.Test burst_stability
    • core_stability

      public static final Main.Test core_stability
    • thread_scale

      public static final Main.Test thread_scale
    • helpers

      public static final Main.Test helpers
    • blackhole_cpu

      public static final Main.Test blackhole_cpu
    • blackhole_single

      public static final Main.Test blackhole_single
    • blackhole_pipelined

      public static final Main.Test blackhole_pipelined
    • blackhole_consec

      public static final Main.Test blackhole_consec
    • roundtrip_latency

      public static final Main.Test roundtrip_latency
  • Method Details

    • values

      public static Main.Test[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Main.Test valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null