Uses of Interface
org.openjdk.jmh.profile.ExternalProfiler
-
Packages that use ExternalProfiler Package Description org.openjdk.jmh.profile org.openjdk.jmh.runner -
-
Uses of ExternalProfiler in org.openjdk.jmh.profile
Classes in org.openjdk.jmh.profile that implement ExternalProfiler Modifier and Type Class Description class
AbstractPerfAsmProfiler
class
AsyncProfiler
A profiler based on async-profiler.class
DTraceAsmProfiler
Mac OS X perfasm profiler based on DTrace "profile-n" provider which samples program counter by timer interrupt.class
JavaFlightRecorderProfiler
A profiler based on Java Flight Recorder.class
LinuxPerfAsmProfiler
class
LinuxPerfC2CProfiler
class
LinuxPerfNormProfiler
class
LinuxPerfProfiler
class
SafepointsProfiler
class
WinPerfAsmProfiler
Windows performance profiler based on "xperf" utility.Methods in org.openjdk.jmh.profile that return types with arguments of type ExternalProfiler Modifier and Type Method Description static java.util.List<ExternalProfiler>
ProfilerFactory. getSupportedExternal(java.util.Collection<ProfilerConfig> cfg)
-
Uses of ExternalProfiler in org.openjdk.jmh.runner
Method parameters in org.openjdk.jmh.runner with type arguments of type ExternalProfiler Modifier and Type Method Description (package private) java.util.List<java.lang.String>
Runner. getForkedMainCommand(BenchmarkParams benchmark, java.util.List<ExternalProfiler> profilers, java.lang.String host, int port)
-