public enum AsyncProfilerOutputType extends java.lang.Enum<AsyncProfilerOutputType>
| Enum Constant and Description |
|---|
FLAMEGRAPH |
JFR |
STACKS |
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
extension |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
allExtensions() |
static AsyncProfilerOutputType |
from(AsyncProfilerConfig config,
ScenarioDefinition scenarioDefinition) |
java.lang.String |
getCommandLineOption() |
static AsyncProfilerOutputType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AsyncProfilerOutputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsyncProfilerOutputType STACKS
public static final AsyncProfilerOutputType JFR
public static final AsyncProfilerOutputType FLAMEGRAPH
public static AsyncProfilerOutputType[] values()
for (AsyncProfilerOutputType c : AsyncProfilerOutputType.values()) System.out.println(c);
public static AsyncProfilerOutputType 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.util.List<java.lang.String> allExtensions()
public static AsyncProfilerOutputType from(AsyncProfilerConfig config, ScenarioDefinition scenarioDefinition)
public java.lang.String getCommandLineOption()