Uses of Class
org.openjdk.jmh.profile.ProfilerException
-
Packages that use ProfilerException Package Description org.openjdk.jmh.profile org.openjdk.jmh.runner -
-
Uses of ProfilerException in org.openjdk.jmh.profile
Methods in org.openjdk.jmh.profile that throw ProfilerException Modifier and Type Method Description static Profiler
ProfilerFactory. getProfilerOrException(ProfilerConfig cfg)
static joptsimple.OptionSet
ProfilerUtils. parseInitLine(java.lang.String initLine, joptsimple.OptionParser parser)
Constructors in org.openjdk.jmh.profile that throw ProfilerException Constructor Description AbstractPerfAsmProfiler(java.lang.String initLine, java.lang.String... events)
AsyncProfiler(java.lang.String initLine)
CompilerProfiler()
DTraceAsmProfiler(java.lang.String initLine)
JavaFlightRecorderProfiler(java.lang.String initLine)
LinuxPerfAsmProfiler(java.lang.String initLine)
LinuxPerfC2CProfiler()
LinuxPerfNormProfiler(java.lang.String initLine)
LinuxPerfProfiler(java.lang.String initLine)
PausesProfiler(java.lang.String initLine)
StackProfiler(java.lang.String initLine)
WinPerfAsmProfiler(java.lang.String initLine)
-
Uses of ProfilerException in org.openjdk.jmh.runner
Constructors in org.openjdk.jmh.runner with parameters of type ProfilerException Constructor Description ProfilersFailedException(ProfilerException e)
-