public enum DetailLevel extends java.lang.Enum<DetailLevel>
| Enum Constant and Description |
|---|
RAW |
SIMPLIFIED |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getFlameGraphOptions() |
java.util.List<java.lang.String> |
getIcicleGraphOptions() |
boolean |
isShowArguments() |
boolean |
isShowLineNumbers() |
static DetailLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DetailLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetailLevel RAW
public static final DetailLevel SIMPLIFIED
public static DetailLevel[] values()
for (DetailLevel c : DetailLevel.values()) System.out.println(c);
public static DetailLevel 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 boolean isShowArguments()
public boolean isShowLineNumbers()
public java.util.List<java.lang.String> getFlameGraphOptions()
public java.util.List<java.lang.String> getIcicleGraphOptions()