Class AsyncProfiler
java.lang.Object
org.gradle.profiler.Profiler
org.gradle.profiler.InstrumentingProfiler
org.gradle.profiler.asyncprofiler.AsyncProfiler
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gradle.profiler.InstrumentingProfiler
InstrumentingProfiler.SnapshotCapturingProfilerController -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoNewController(ScenarioSettings settings) booleanprotected JvmArgsCalculatorjvmArgsWithInstrumentation(ScenarioSettings settings, boolean startRecordingOnProcessStart, boolean captureSnapshotOnProcessExit) Creates JVM args to instrument that JVM with the given capabilities enabled.voidsummarizeResultFile(File resultFile, Consumer<String> consumer) Describe the given file, if recognized and should be reported to the user.toString()voidvalidate(ScenarioSettings settings, Consumer<String> reporter) Methods inherited from class org.gradle.profiler.InstrumentingProfiler
canRestartRecording, newController, newInstrumentedBuildsJvmArgsCalculator, newJvmArgsCalculator, validateMultipleDaemons, validateMultipleIterationsWithCleanupActionMethods inherited from class org.gradle.profiler.Profiler
newGradleArgsCalculator, newInstrumentedBuildsGradleArgsCalculator
-
Method Details
-
jvmArgsWithInstrumentation
protected JvmArgsCalculator jvmArgsWithInstrumentation(ScenarioSettings settings, boolean startRecordingOnProcessStart, boolean captureSnapshotOnProcessExit) Description copied from class:InstrumentingProfilerCreates JVM args to instrument that JVM with the given capabilities enabled.- Specified by:
jvmArgsWithInstrumentationin classInstrumentingProfiler
-
doNewController
protected InstrumentingProfiler.SnapshotCapturingProfilerController doNewController(ScenarioSettings settings) - Specified by:
doNewControllerin classInstrumentingProfiler
-
summarizeResultFile
Description copied from class:ProfilerDescribe the given file, if recognized and should be reported to the user.- Overrides:
summarizeResultFilein classProfiler
-
validate
- Overrides:
validatein classInstrumentingProfiler
-
isCreatesStacksFiles
public boolean isCreatesStacksFiles()- Overrides:
isCreatesStacksFilesin classProfiler
-
toString
-