Package org.gradle.profiler.yourkit
Class YourKitSamplingProfilerFactory
java.lang.Object
org.gradle.profiler.ProfilerFactory
org.gradle.profiler.yourkit.YourKitSamplingProfilerFactory
-
Field Summary
Fields inherited from class org.gradle.profiler.ProfilerFactory
NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFromOptions(joptsimple.OptionSet parsedOptions) Creates a profiler from the given options.getName()Methods inherited from class org.gradle.profiler.ProfilerFactory
addOptions, configureParser, getAvailableProfilers, of
-
Constructor Details
-
YourKitSamplingProfilerFactory
public YourKitSamplingProfilerFactory()
-
-
Method Details
-
createFromOptions
Description copied from class:ProfilerFactoryCreates a profiler from the given options.- Specified by:
createFromOptionsin classProfilerFactory
-
getName
- Specified by:
getNamein classProfilerFactory
-