Uses of Class
org.openjdk.jmh.profile.ProfilerException
Packages that use ProfilerException
-
Uses of ProfilerException in org.openjdk.jmh.profile
Methods in org.openjdk.jmh.profile that throw ProfilerExceptionModifier and TypeMethodDescriptionstatic ProfilerProfilerFactory.getProfilerOrException(ProfilerConfig cfg) Constructors in org.openjdk.jmh.profile that throw ProfilerExceptionModifierConstructorDescriptionprotectedAbstractPerfAsmProfiler(String initLine, String... events) AsyncProfiler(String initLine) DTraceAsmProfiler(String initLine) GCProfiler(String initLine) JavaFlightRecorderProfiler(String initLine) LinuxPerfAsmProfiler(String initLine) LinuxPerfNormProfiler(String initLine) LinuxPerfProfiler(String initLine) PausesProfiler(String initLine) StackProfiler(String initLine) WinPerfAsmProfiler(String initLine) -
Uses of ProfilerException in org.openjdk.jmh.runner
Constructors in org.openjdk.jmh.runner with parameters of type ProfilerException