Package org.openjdk.jmh.profile
Class ProfilerFactory
- java.lang.Object
-
- org.openjdk.jmh.profile.ProfilerFactory
-
public class ProfilerFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProfilerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProfilergetProfilerOrException(ProfilerConfig cfg)static java.util.List<ExternalProfiler>getSupportedExternal(java.util.Collection<ProfilerConfig> cfg)static java.util.List<InternalProfiler>getSupportedInternal(java.util.Collection<ProfilerConfig> cfg)static voidlistProfilers(java.io.PrintStream out)
-
-
-
Method Detail
-
getProfilerOrException
public static Profiler getProfilerOrException(ProfilerConfig cfg) throws ProfilerException
- Throws:
ProfilerException
-
getSupportedExternal
public static java.util.List<ExternalProfiler> getSupportedExternal(java.util.Collection<ProfilerConfig> cfg)
-
getSupportedInternal
public static java.util.List<InternalProfiler> getSupportedInternal(java.util.Collection<ProfilerConfig> cfg)
-
listProfilers
public static void listProfilers(java.io.PrintStream out)
-
-