Package org.gradle.profiler.heapdump
Class HeapDumpProfiler
java.lang.Object
org.gradle.profiler.Profiler
org.gradle.profiler.heapdump.HeapDumpProfiler
-
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.voidsummarizeResultFile(File resultFile, Consumer<String> consumer) Describe the given file, if recognized and should be reported to the user.Methods inherited from class org.gradle.profiler.Profiler
isCreatesStacksFiles, newController, newInstrumentedBuildsGradleArgsCalculator, newInstrumentedBuildsJvmArgsCalculator, newJvmArgsCalculator, validate
-
Constructor Details
-
HeapDumpProfiler
public HeapDumpProfiler()
-
-
Method Details
-
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
-
summarizeResultFile
Description copied from class:ProfilerDescribe the given file, if recognized and should be reported to the user.- Overrides:
summarizeResultFilein classProfiler
-