public enum JitterSampler extends Enum<JitterSampler>
| Modifier and Type | Field and Description |
|---|---|
static String |
PROFILE_OF_THE_THREAD |
static String |
THREAD_HAS_BLOCKED_FOR |
| Modifier and Type | Method and Description |
|---|---|
static void |
atStage(String desc) |
static void |
finished() |
static void |
sleepSilently(int millis) |
static String |
takeSnapshot() |
static String |
takeSnapshot(long threshold) |
static JitterSampler |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JitterSampler[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final String PROFILE_OF_THE_THREAD
public static final String THREAD_HAS_BLOCKED_FOR
public static JitterSampler[] values()
for (JitterSampler c : JitterSampler.values()) System.out.println(c);
public static JitterSampler 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 nullpublic static void atStage(String desc)
public static String takeSnapshot()
public static String takeSnapshot(long threshold)
public static void finished()
public static void sleepSilently(int millis)
Copyright © 2019. All rights reserved.