public class AsyncProfilerAllEventsProfilerFactory extends ProfilerFactory
| Modifier and Type | Field and Description |
|---|---|
static ProfilerFactory |
INSTANCE |
NONE| Constructor and Description |
|---|
AsyncProfilerAllEventsProfilerFactory(AsyncProfilerFactory asyncProfilerFactory) |
| Modifier and Type | Method and Description |
|---|---|
Profiler |
createFromOptions(joptsimple.OptionSet parsedOptions)
Creates a profiler from the given options.
|
addOptions, configureParser, getAvailableProfilers, ofpublic static final ProfilerFactory INSTANCE
public AsyncProfilerAllEventsProfilerFactory(AsyncProfilerFactory asyncProfilerFactory)
public Profiler createFromOptions(joptsimple.OptionSet parsedOptions)
ProfilerFactorycreateFromOptions in class ProfilerFactory