Uses of Interface
org.openjdk.jmh.profile.InternalProfiler
Packages that use InternalProfiler
-
Uses of InternalProfiler in org.openjdk.jmh.profile
Classes in org.openjdk.jmh.profile that implement InternalProfilerModifier and TypeClassDescriptionfinal class
A profiler based on async-profiler.class
class
class
final class
A profiler based on Java Flight Recorder.class
class
Very basic and naive stack profiler.Methods in org.openjdk.jmh.profile that return types with arguments of type InternalProfilerModifier and TypeMethodDescriptionstatic List
<InternalProfiler> ProfilerFactory.getSupportedInternal
(Collection<ProfilerConfig> cfg) -
Uses of InternalProfiler in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner with type parameters of type InternalProfilerModifier and TypeFieldDescriptionprivate final List
<InternalProfiler> BenchmarkHandler.profilers
private final List
<InternalProfiler> BenchmarkHandler.profilersRev