public class ProfilerFactory extends Object
| Constructor and Description |
|---|
ProfilerFactory() |
| Modifier and Type | Method and 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-2015 Oracle. All Rights Reserved.