Package org.openjdk.jmh.profile
Class ProfilerFactory
- java.lang.Object
-
- org.openjdk.jmh.profile.ProfilerFactory
-
public class ProfilerFactory extends 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 List<ExternalProfiler>getSupportedExternal(Collection<ProfilerConfig> cfg)static List<InternalProfiler>getSupportedInternal(Collection<ProfilerConfig> cfg)static voidlistProfilers(PrintStream out)
-
-
-
Method Detail
-
getProfilerOrException
public static Profiler getProfilerOrException(ProfilerConfig cfg) throws ProfilerException
- Throws:
ProfilerException
-
getSupportedExternal
public static List<ExternalProfiler> getSupportedExternal(Collection<ProfilerConfig> cfg)
-
getSupportedInternal
public static List<InternalProfiler> getSupportedInternal(Collection<ProfilerConfig> cfg)
-
listProfilers
public static void listProfilers(PrintStream out)
-
-