Enum 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
    • stability

      public static final Main.Test 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
  • Constructor Details

    • Test

      private Test()
  • Method Details

    • values

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

      public static Main.Test valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null