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 Profiler
ProfilerFactory.getProfilerOrException
(ProfilerConfig cfg) static joptsimple.OptionSet
ProfilerUtils.parseInitLine
(String initLine, joptsimple.OptionParser parser) Constructors in org.openjdk.jmh.profile that throw ProfilerExceptionModifierConstructorDescriptionprotected
AbstractPerfAsmProfiler
(String initLine, String... events) AsyncProfiler
(String initLine) DTraceAsmProfiler
(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