Uses of Interface
org.openjdk.jmh.profile.InternalProfiler
-
Packages that use InternalProfiler Package Description org.openjdk.jmh.profile org.openjdk.jmh.runner -
-
Uses of InternalProfiler in org.openjdk.jmh.profile
Classes in org.openjdk.jmh.profile that implement InternalProfiler Modifier and Type Class Description class
AsyncProfiler
A profiler based on async-profiler.class
ClassloaderProfiler
class
CompilerProfiler
class
GCProfiler
class
JavaFlightRecorderProfiler
A profiler based on Java Flight Recorder.class
PausesProfiler
class
StackProfiler
Very basic and naive stack profiler.Methods in org.openjdk.jmh.profile that return types with arguments of type InternalProfiler Modifier and Type Method Description static java.util.List<InternalProfiler>
ProfilerFactory. getSupportedInternal(java.util.Collection<ProfilerConfig> cfg)
-
Uses of InternalProfiler in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner with type parameters of type InternalProfiler Modifier and Type Field Description private java.util.List<InternalProfiler>
BenchmarkHandler. profilers
private java.util.List<InternalProfiler>
BenchmarkHandler. profilersRev
-