Package org.gradle.profiler.chrometrace
Class ChromeTraceProfiler
java.lang.Object
org.gradle.profiler.Profiler
org.gradle.profiler.chrometrace.ChromeTraceProfiler
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewGradleArgsCalculator(ScenarioSettings settings) Returns a calculator that provides Gradle args that should be applied to all builds, including warm-up builds.Returns a calculator that provides Gradle args that should be applied to instrumented builds, but not warm-up builds.voidsummarizeResultFile(File resultFile, Consumer<String> consumer) Describe the given file, if recognized and should be reported to the user.toString()Methods inherited from class org.gradle.profiler.Profiler
isCreatesStacksFiles, newController, newInstrumentedBuildsJvmArgsCalculator, newJvmArgsCalculator, validate
-
Constructor Details
-
ChromeTraceProfiler
public ChromeTraceProfiler()
-
-
Method Details
-
toString
-
summarizeResultFile
Description copied from class:ProfilerDescribe the given file, if recognized and should be reported to the user.- Overrides:
summarizeResultFilein classProfiler
-
newGradleArgsCalculator
Description copied from class:ProfilerReturns a calculator that provides Gradle args that should be applied to all builds, including warm-up builds.- Overrides:
newGradleArgsCalculatorin classProfiler
-
newInstrumentedBuildsGradleArgsCalculator
Description copied from class:ProfilerReturns a calculator that provides Gradle args that should be applied to instrumented builds, but not warm-up builds.- Overrides:
newInstrumentedBuildsGradleArgsCalculatorin classProfiler
-