public class JProfilerProfilerFactory extends ProfilerFactory
NONE| Constructor and Description |
|---|
JProfilerProfilerFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOptions(joptsimple.OptionParser parser) |
Profiler |
createFromOptions(joptsimple.OptionSet parsedOptions)
Creates a profiler from the given options.
|
java.lang.String |
getName() |
configureParser, getAvailableProfilers, ofpublic void addOptions(joptsimple.OptionParser parser)
addOptions in class ProfilerFactorypublic Profiler createFromOptions(joptsimple.OptionSet parsedOptions)
ProfilerFactorycreateFromOptions in class ProfilerFactorypublic java.lang.String getName()
getName in class ProfilerFactory