public enum ProfilingEvent extends java.lang.Enum<ProfilingEvent>
Enum Constant and Description |
---|
CLASS_MODEL_BUILT |
EXECUTED |
INIT_JNI |
OPENCL_COMPILED |
OPENCL_GENERATED |
PREPARE_EXECUTE |
START |
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.concurrent.atomic.AtomicReference<java.lang.String[]> |
stagesNames |
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
getStagesNames() |
static ProfilingEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProfilingEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfilingEvent START
public static final ProfilingEvent CLASS_MODEL_BUILT
public static final ProfilingEvent INIT_JNI
public static final ProfilingEvent OPENCL_GENERATED
public static final ProfilingEvent OPENCL_COMPILED
public static final ProfilingEvent PREPARE_EXECUTE
public static final ProfilingEvent EXECUTED
static final java.util.concurrent.atomic.AtomicReference<java.lang.String[]> stagesNames
public static ProfilingEvent[] values()
for (ProfilingEvent c : ProfilingEvent.values()) System.out.println(c);
public static ProfilingEvent valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static java.lang.String[] getStagesNames()