public class ProfilerFactory extends Object
| Constructor | Description |
|---|---|
ProfilerFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
static Profiler |
getProfilerOrException(ProfilerConfig cfg) |
|
static List<ExternalProfiler> |
getSupportedExternal(Collection<ProfilerConfig> cfg) |
|
static List<InternalProfiler> |
getSupportedInternal(Collection<ProfilerConfig> cfg) |
|
static void |
listProfilers(PrintStream out) |
public static Profiler getProfilerOrException(ProfilerConfig cfg) throws ProfilerException
ProfilerExceptionpublic static List<ExternalProfiler> getSupportedExternal(Collection<ProfilerConfig> cfg)
public static List<InternalProfiler> getSupportedInternal(Collection<ProfilerConfig> cfg)
public static void listProfilers(PrintStream out)
Copyright © 2012-2017 Oracle. All Rights Reserved.