public static enum TimerCollection.Registry extends Enum<TimerCollection.Registry>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
ANALYSIS |
CLASSLIST |
CLINIT |
COMPILE |
COMPILE_TOTAL |
DEBUG_INFO |
FEATURES |
IMAGE |
INLINE |
LAYOUT |
PARSE |
SETUP |
TOTAL |
UNIVERSE |
VERIFY_HEAP |
WRITE |
| Modifier and Type | Method and Description |
|---|---|
static TimerCollection.Registry |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimerCollection.Registry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimerCollection.Registry TOTAL
public static final TimerCollection.Registry SETUP
public static final TimerCollection.Registry CLASSLIST
public static final TimerCollection.Registry CLINIT
public static final TimerCollection.Registry FEATURES
public static final TimerCollection.Registry VERIFY_HEAP
public static final TimerCollection.Registry ANALYSIS
public static final TimerCollection.Registry UNIVERSE
public static final TimerCollection.Registry COMPILE_TOTAL
public static final TimerCollection.Registry PARSE
public static final TimerCollection.Registry INLINE
public static final TimerCollection.Registry COMPILE
public static final TimerCollection.Registry LAYOUT
public static final TimerCollection.Registry DEBUG_INFO
public static final TimerCollection.Registry IMAGE
public static final TimerCollection.Registry WRITE
public final String name
public static TimerCollection.Registry[] values()
public static TimerCollection.Registry valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null