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 classAbstractPerfAsmProfilerclassAsyncProfilerA profiler based on async-profiler.classDTraceAsmProfilerMac OS X perfasm profiler based on DTrace "profile-n" provider which samples program counter by timer interrupt.classJavaFlightRecorderProfilerA profiler based on Java Flight Recorder.classLinuxPerfAsmProfilerclassLinuxPerfC2CProfilerclassLinuxPerfNormProfilerclassLinuxPerfProfilerclassSafepointsProfilerclassWinPerfAsmProfilerWindows 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)
-