Index

A B C D E F G H I J K L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractBuildMutator - Class in org.gradle.profiler.mutations
 
AbstractBuildMutator() - Constructor for class org.gradle.profiler.mutations.AbstractBuildMutator
 
AbstractBuildMutatorWithoutOptionsConfigurator - Class in org.gradle.profiler.mutations
 
AbstractBuildMutatorWithoutOptionsConfigurator() - Constructor for class org.gradle.profiler.mutations.AbstractBuildMutatorWithoutOptionsConfigurator
 
AbstractCacheCleanupMutator - Class in org.gradle.profiler.mutations
 
AbstractCacheCleanupMutator(File, AbstractCleanupMutator.CleanupSchedule, String) - Constructor for class org.gradle.profiler.mutations.AbstractCacheCleanupMutator
 
AbstractCleanupMutator - Class in org.gradle.profiler.mutations
 
AbstractCleanupMutator(AbstractCleanupMutator.CleanupSchedule) - Constructor for class org.gradle.profiler.mutations.AbstractCleanupMutator
 
AbstractCleanupMutator.CleanupSchedule - Enum Class in org.gradle.profiler.mutations
 
AbstractCleanupMutator.Configurator - Class in org.gradle.profiler.mutations
 
AbstractDelegateFileMutator - Class in org.gradle.profiler.mutations
 
AbstractFileChangeMutator - Class in org.gradle.profiler.mutations
 
AbstractFileChangeMutator(File) - Constructor for class org.gradle.profiler.mutations.AbstractFileChangeMutator
 
AbstractGenerator - Class in org.gradle.profiler.report
 
AbstractGenerator(File) - Constructor for class org.gradle.profiler.report.AbstractGenerator
 
AbstractGitMutator - Class in org.gradle.profiler.mutations
 
AbstractGitMutator(File) - Constructor for class org.gradle.profiler.mutations.AbstractGitMutator
 
AbstractJavaSourceFileMutator - Class in org.gradle.profiler.mutations
 
AbstractJavaSourceFileMutator(File) - Constructor for class org.gradle.profiler.mutations.AbstractJavaSourceFileMutator
 
AbstractKotlinSourceFileMutator - Class in org.gradle.profiler.mutations
 
AbstractKotlinSourceFileMutator(File) - Constructor for class org.gradle.profiler.mutations.AbstractKotlinSourceFileMutator
 
accept(T) - Method in class org.gradle.profiler.BuildScenarioResultImpl
 
addGradleCommand(List<String>) - Method in class org.gradle.profiler.GradleBuildConfiguration
 
addOptions(OptionParser) - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerFactory
 
addOptions(OptionParser) - Method in class org.gradle.profiler.buildscan.BuildScanProfilerFactory
 
addOptions(OptionParser) - Method in class org.gradle.profiler.jfr.JfrProfilerFactory
 
addOptions(OptionParser) - Method in class org.gradle.profiler.jprofiler.JProfilerProfilerFactory
 
addOptions(OptionParser) - Method in class org.gradle.profiler.ProfilerFactory
 
AdhocGradleScenarioDefinition - Class in org.gradle.profiler.gradle
 
AdhocGradleScenarioDefinition(GradleBuildConfiguration, GradleBuildInvoker, BuildAction, Map<String, String>, int, int, File, List<String>) - Constructor for class org.gradle.profiler.gradle.AdhocGradleScenarioDefinition
 
afterBuild(BuildContext, Throwable) - Method in interface org.gradle.profiler.BuildMutator
Runs after each iteration of the build has finished.
afterBuild(BuildContext, Throwable) - Method in class org.gradle.profiler.CompositeBuildMutator
 
afterBuild(BuildContext, Throwable) - Method in class org.gradle.profiler.mutations.AbstractDelegateFileMutator
 
afterBuild(BuildContext, Throwable) - Method in class org.gradle.profiler.mutations.GitCheckoutMutator
 
afterBuild(BuildContext, Throwable) - Method in class org.gradle.profiler.mutations.GitRevertMutator
 
afterBuild(BuildContext, Throwable) - Method in class org.gradle.profiler.mutations.ShowBuildCacheSizeMutator
 
afterCleanup(BuildContext, Throwable) - Method in interface org.gradle.profiler.BuildMutator
Runs after each iteration of cleanup has finished.
afterCleanup(BuildContext, Throwable) - Method in class org.gradle.profiler.CompositeBuildMutator
 
afterCleanup(BuildContext, Throwable) - Method in class org.gradle.profiler.mutations.AbstractDelegateFileMutator
 
afterCleanup(BuildContext, Throwable) - Method in class org.gradle.profiler.mutations.ShowBuildCacheSizeMutator
 
afterScenario(ScenarioContext) - Method in interface org.gradle.profiler.BuildMutator
Runs after the last iteration of the scenario has finished.
afterScenario(ScenarioContext) - Method in class org.gradle.profiler.CompositeBuildMutator
 
afterScenario(ScenarioContext) - Method in class org.gradle.profiler.mutations.AbstractDelegateFileMutator
 
afterScenario(ScenarioContext) - Method in class org.gradle.profiler.mutations.AbstractFileChangeMutator
 
afterScenario(ScenarioContext) - Method in class org.gradle.profiler.mutations.ApplyProjectDependencyChangeMutator
 
ALLOCATION - Enum constant in enum class org.gradle.profiler.flamegraph.EventType
 
allowsCleanupBetweenBuilds() - Method in class org.gradle.profiler.BuildInvoker
 
allowsCleanupBetweenBuilds() - Method in class org.gradle.profiler.gradle.GradleBuildInvoker
 
AndroidStudio - Enum constant in enum class org.gradle.profiler.gradle.GradleClientSpec
 
AndroidStudio - Static variable in class org.gradle.profiler.gradle.GradleBuildInvoker
 
AndroidStudioCleanCacheBeforeBuild - Enum constant in enum class org.gradle.profiler.gradle.GradleClientSpec
 
AndroidStudioCleanCacheBeforeBuild - Static variable in class org.gradle.profiler.gradle.GradleBuildInvoker
 
AndroidStudioCleanCacheBeforeScenario - Enum constant in enum class org.gradle.profiler.gradle.GradleClientSpec
 
AndroidStudioCleanCacheBeforeScenario - Static variable in class org.gradle.profiler.gradle.GradleBuildInvoker
 
AndroidStudioSyncAction - Class in org.gradle.profiler.studio
A mock-up of Android studio sync.
AndroidStudioSyncAction() - Constructor for class org.gradle.profiler.studio.AndroidStudioSyncAction
 
ApplyAbiChangeToJavaSourceFileMutator - Class in org.gradle.profiler.mutations
 
ApplyAbiChangeToJavaSourceFileMutator(File) - Constructor for class org.gradle.profiler.mutations.ApplyAbiChangeToJavaSourceFileMutator
 
ApplyAbiChangeToKotlinSourceFileMutator - Class in org.gradle.profiler.mutations
 
ApplyAbiChangeToKotlinSourceFileMutator(File) - Constructor for class org.gradle.profiler.mutations.ApplyAbiChangeToKotlinSourceFileMutator
 
ApplyAbiChangeToSourceFileMutator - Class in org.gradle.profiler.mutations
 
ApplyAbiChangeToSourceFileMutator(File) - Constructor for class org.gradle.profiler.mutations.ApplyAbiChangeToSourceFileMutator
 
ApplyBuildScriptChangeFileMutator - Class in org.gradle.profiler.mutations
 
ApplyBuildScriptChangeFileMutator(File) - Constructor for class org.gradle.profiler.mutations.ApplyBuildScriptChangeFileMutator
 
applyChangeTo(BuildContext, CompilationUnit) - Method in class org.gradle.profiler.mutations.AbstractJavaSourceFileMutator
 
applyChangeTo(BuildContext, CompilationUnit) - Method in class org.gradle.profiler.mutations.ApplyAbiChangeToJavaSourceFileMutator
 
applyChangeTo(BuildContext, CompilationUnit) - Method in class org.gradle.profiler.mutations.ApplyNonAbiChangeToJavaSourceFileMutator
 
applyChangeTo(BuildContext, StringBuilder) - Method in class org.gradle.profiler.mutations.AbstractDelegateFileMutator
 
applyChangeTo(BuildContext, StringBuilder) - Method in class org.gradle.profiler.mutations.AbstractFileChangeMutator
 
applyChangeTo(BuildContext, StringBuilder) - Method in class org.gradle.profiler.mutations.AbstractJavaSourceFileMutator
 
applyChangeTo(BuildContext, StringBuilder) - Method in class org.gradle.profiler.mutations.ApplyAbiChangeToKotlinSourceFileMutator
 
applyChangeTo(BuildContext, StringBuilder) - Method in class org.gradle.profiler.mutations.ApplyBuildScriptChangeFileMutator
 
applyChangeTo(BuildContext, StringBuilder) - Method in class org.gradle.profiler.mutations.ApplyChangeToAndroidLayoutFileMutator
 
applyChangeTo(BuildContext, StringBuilder) - Method in class org.gradle.profiler.mutations.ApplyChangeToAndroidManifestFileMutator
 
applyChangeTo(BuildContext, StringBuilder) - Method in class org.gradle.profiler.mutations.ApplyChangeToAndroidResourceFileMutator
 
applyChangeTo(BuildContext, StringBuilder) - Method in class org.gradle.profiler.mutations.ApplyChangeToComposableKotlinFileMutator
 
applyChangeTo(BuildContext, StringBuilder) - Method in class org.gradle.profiler.mutations.ApplyChangeToNativeSourceFileMutator
 
applyChangeTo(BuildContext, StringBuilder) - Method in class org.gradle.profiler.mutations.ApplyChangeToPropertyResourceFileMutator
 
applyChangeTo(BuildContext, StringBuilder) - Method in class org.gradle.profiler.mutations.ApplyNonAbiChangeToKotlinSourceFileMutator
 
applyChangeTo(BuildContext, StringBuilder) - Method in class org.gradle.profiler.mutations.ApplyProjectDependencyChangeMutator
 
applyChangeTo(BuildContext, StringBuilder) - Method in class org.gradle.profiler.mutations.ApplyValueChangeToAndroidResourceFileMutator
 
ApplyChangeToAndroidLayoutFileMutator - Class in org.gradle.profiler.mutations
This class applies a mutation to an Android layout file by adding an extra, hidden view at the bottom of the layout.
ApplyChangeToAndroidLayoutFileMutator(File) - Constructor for class org.gradle.profiler.mutations.ApplyChangeToAndroidLayoutFileMutator
 
ApplyChangeToAndroidManifestFileMutator - Class in org.gradle.profiler.mutations
 
ApplyChangeToAndroidManifestFileMutator(File) - Constructor for class org.gradle.profiler.mutations.ApplyChangeToAndroidManifestFileMutator
 
ApplyChangeToAndroidResourceFileMutator - Class in org.gradle.profiler.mutations
 
ApplyChangeToAndroidResourceFileMutator(File) - Constructor for class org.gradle.profiler.mutations.ApplyChangeToAndroidResourceFileMutator
 
ApplyChangeToComposableKotlinFileMutator - Class in org.gradle.profiler.mutations
This class applies a mutation to a Kotlin file by adding an extra composable function, indicating an ABI change within the UI layer.
ApplyChangeToComposableKotlinFileMutator(File) - Constructor for class org.gradle.profiler.mutations.ApplyChangeToComposableKotlinFileMutator
 
ApplyChangeToNativeSourceFileMutator - Class in org.gradle.profiler.mutations
 
ApplyChangeToNativeSourceFileMutator(File) - Constructor for class org.gradle.profiler.mutations.ApplyChangeToNativeSourceFileMutator
 
ApplyChangeToPropertyResourceFileMutator - Class in org.gradle.profiler.mutations
 
ApplyChangeToPropertyResourceFileMutator(File) - Constructor for class org.gradle.profiler.mutations.ApplyChangeToPropertyResourceFileMutator
 
ApplyNonAbiChangeToJavaSourceFileMutator - Class in org.gradle.profiler.mutations
 
ApplyNonAbiChangeToJavaSourceFileMutator(File) - Constructor for class org.gradle.profiler.mutations.ApplyNonAbiChangeToJavaSourceFileMutator
 
ApplyNonAbiChangeToKotlinSourceFileMutator - Class in org.gradle.profiler.mutations
 
ApplyNonAbiChangeToKotlinSourceFileMutator(File) - Constructor for class org.gradle.profiler.mutations.ApplyNonAbiChangeToKotlinSourceFileMutator
 
ApplyNonAbiChangeToSourceFileMutator - Class in org.gradle.profiler.mutations
 
ApplyNonAbiChangeToSourceFileMutator(File) - Constructor for class org.gradle.profiler.mutations.ApplyNonAbiChangeToSourceFileMutator
 
ApplyProjectDependencyChangeMutator - Class in org.gradle.profiler.mutations
Adds a project dependency to the source file.
ApplyProjectDependencyChangeMutator(File, File, ApplyProjectDependencyChangeMutator.ProjectCombinations, boolean) - Constructor for class org.gradle.profiler.mutations.ApplyProjectDependencyChangeMutator
 
ApplyProjectDependencyChangeMutator.Configurator - Class in org.gradle.profiler.mutations
 
ApplyProjectDependencyChangeMutator.ProjectCombinations - Class in org.gradle.profiler.mutations
 
ApplyValueChangeToAndroidResourceFileMutator - Class in org.gradle.profiler.mutations
 
ApplyValueChangeToAndroidResourceFileMutator(File) - Constructor for class org.gradle.profiler.mutations.ApplyValueChangeToAndroidResourceFileMutator
 
ArgumentsSplitter - Class in org.gradle.profiler
 
ArgumentsSplitter() - Constructor for class org.gradle.profiler.ArgumentsSplitter
 
as(Class<? extends BuildConfiguration>) - Method in interface org.gradle.profiler.BuildConfiguration
 
AsyncProfiler - Class in org.gradle.profiler.asyncprofiler
 
AsyncProfilerAllEventsProfilerFactory - Class in org.gradle.profiler.asyncprofiler
 
AsyncProfilerAllEventsProfilerFactory() - Constructor for class org.gradle.profiler.asyncprofiler.AsyncProfilerAllEventsProfilerFactory
 
AsyncProfilerConfig - Class in org.gradle.profiler.asyncprofiler
 
AsyncProfilerConfig(File, List<String>, AsyncProfilerConfig.Counter, int, int, int, int, boolean) - Constructor for class org.gradle.profiler.asyncprofiler.AsyncProfilerConfig
 
AsyncProfilerConfig.Counter - Enum Class in org.gradle.profiler.asyncprofiler
 
AsyncProfilerController - Class in org.gradle.profiler.asyncprofiler
 
AsyncProfilerController(AsyncProfilerConfig, ScenarioSettings) - Constructor for class org.gradle.profiler.asyncprofiler.AsyncProfilerController
 
AsyncProfilerDownload - Class in org.gradle.profiler.asyncprofiler
Downloads a version of async profiler and installs into ~/.gradle-profiler-dist.
AsyncProfilerDownload() - Constructor for class org.gradle.profiler.asyncprofiler.AsyncProfilerDownload
 
AsyncProfilerFactory - Class in org.gradle.profiler.asyncprofiler
 
AsyncProfilerFactory() - Constructor for class org.gradle.profiler.asyncprofiler.AsyncProfilerFactory
 
AsyncProfilerHeapAllocationProfilerFactory - Class in org.gradle.profiler.asyncprofiler
 
AsyncProfilerHeapAllocationProfilerFactory() - Constructor for class org.gradle.profiler.asyncprofiler.AsyncProfilerHeapAllocationProfilerFactory
 
AsyncProfilerOutputType - Enum Class in org.gradle.profiler.asyncprofiler
 

B

Bazel - Static variable in class org.gradle.profiler.BuildInvoker
 
BazelScenarioDefinition - Class in org.gradle.profiler.bazel
 
BazelScenarioDefinition(String, String, List<String>, List<BuildMutator>, int, int, File, File) - Constructor for class org.gradle.profiler.bazel.BazelScenarioDefinition
 
BazelScenarioInvoker - Class in org.gradle.profiler.bazel
 
BazelScenarioInvoker() - Constructor for class org.gradle.profiler.bazel.BazelScenarioInvoker
 
BEFORE_BUILD - Enum constant in enum class org.gradle.profiler.studio.StudioGradleClient.CleanCacheMode
 
BEFORE_SCENARIO - Enum constant in enum class org.gradle.profiler.studio.StudioGradleClient.CleanCacheMode
 
beforeBuild(BuildContext) - Method in interface org.gradle.profiler.BuildMutator
Runs before starting an iteration of the build, after any potential cleanup has finished.
beforeBuild(BuildContext) - Method in class org.gradle.profiler.CompositeBuildMutator
 
beforeBuild(BuildContext) - Method in class org.gradle.profiler.mutations.AbstractCleanupMutator
 
beforeBuild(BuildContext) - Method in class org.gradle.profiler.mutations.AbstractDelegateFileMutator
 
beforeBuild(BuildContext) - Method in class org.gradle.profiler.mutations.AbstractFileChangeMutator
 
beforeBuild(BuildContext) - Method in class org.gradle.profiler.mutations.GitCheckoutMutator
 
beforeBuild(BuildContext) - Method in class org.gradle.profiler.mutations.GitRevertMutator
 
beforeCleanup(BuildContext) - Method in interface org.gradle.profiler.BuildMutator
Runs before each iteration if cleanup tasks are declared.
beforeCleanup(BuildContext) - Method in class org.gradle.profiler.CompositeBuildMutator
 
beforeCleanup(BuildContext) - Method in class org.gradle.profiler.mutations.AbstractCleanupMutator
 
beforeCleanup(BuildContext) - Method in class org.gradle.profiler.mutations.AbstractDelegateFileMutator
 
beforeCleanup(BuildContext) - Method in class org.gradle.profiler.mutations.GitCheckoutMutator
 
beforeScenario(ScenarioContext) - Method in interface org.gradle.profiler.BuildMutator
Runs before the first iteration of the scenario.
beforeScenario(ScenarioContext) - Method in class org.gradle.profiler.CompositeBuildMutator
 
beforeScenario(ScenarioContext) - Method in class org.gradle.profiler.mutations.AbstractCleanupMutator
 
beforeScenario(ScenarioContext) - Method in class org.gradle.profiler.mutations.AbstractDelegateFileMutator
 
beforeScenario(ScenarioContext) - Method in class org.gradle.profiler.mutations.AbstractFileChangeMutator
 
beforeScenario(ScenarioContext) - Method in class org.gradle.profiler.mutations.ApplyProjectDependencyChangeMutator
 
beforeScenario(ScenarioContext) - Method in class org.gradle.profiler.mutations.GitCheckoutMutator
 
beforeScenario(ScenarioContext) - Method in class org.gradle.profiler.mutations.GitRevertMutator
 
beforeScenario(ScenarioContext) - Method in class org.gradle.profiler.mutations.ShowBuildCacheSizeMutator
 
BenchmarkResult - Interface in org.gradle.profiler.report
 
BenchmarkResultCollector - Class in org.gradle.profiler
 
BenchmarkResultCollector(AbstractGenerator...) - Constructor for class org.gradle.profiler.BenchmarkResultCollector
 
benchmarkWarmUps() - Method in class org.gradle.profiler.BuildInvoker
 
benchmarkWarmUps() - Method in class org.gradle.profiler.gradle.GradleBuildInvoker
 
bool(Config, String, boolean) - Static method in class org.gradle.profiler.ConfigUtil
 
Buck - Static variable in class org.gradle.profiler.BuildInvoker
 
BuckScenarioDefinition - Class in org.gradle.profiler.buck
 
BuckScenarioDefinition(String, String, List<String>, String, List<BuildMutator>, int, int, File, File) - Constructor for class org.gradle.profiler.buck.BuckScenarioDefinition
 
BuckScenarioInvoker - Class in org.gradle.profiler.buck
 
BuckScenarioInvoker() - Constructor for class org.gradle.profiler.buck.BuckScenarioInvoker
 
build() - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
BUILD - Enum constant in enum class org.gradle.profiler.BuildStep
 
BUILD - Enum constant in enum class org.gradle.profiler.mutations.AbstractCleanupMutator.CleanupSchedule
 
BuildAction - Interface in org.gradle.profiler
Runs some particular action against a Gradle build.
BuildActionResult - Class in org.gradle.profiler.result
 
BuildActionResult(Duration) - Constructor for class org.gradle.profiler.result.BuildActionResult
 
BuildConfiguration - Interface in org.gradle.profiler
This is a placeholder interface to detangle the implementation of profilers that only work with Gradle to eventually work with other tools.
BuildContext - Interface in org.gradle.profiler
 
BuildInvocationResult - Class in org.gradle.profiler.result
 
BuildInvocationResult(BuildContext, BuildActionResult) - Constructor for class org.gradle.profiler.result.BuildInvocationResult
 
BuildInvoker - Class in org.gradle.profiler
 
BuildInvoker() - Constructor for class org.gradle.profiler.BuildInvoker
 
BuildMutator - Interface in org.gradle.profiler
 
BuildMutatorConfigurator - Interface in org.gradle.profiler.mutations
 
BuildMutatorConfigurator.BuildMutatorConfiguratorSpec - Class in org.gradle.profiler.mutations
 
BuildMutatorConfiguratorSpec(Config, String, InvocationSettings, int, int) - Constructor for class org.gradle.profiler.mutations.BuildMutatorConfigurator.BuildMutatorConfiguratorSpec
 
BuildOperationExecutionData - Class in org.gradle.profiler.buildops
Carries total duration and count of one or more invocations of a build operation.
BuildOperationExecutionData(long, int) - Constructor for class org.gradle.profiler.buildops.BuildOperationExecutionData
 
BuildOperationInstrumentation - Class in org.gradle.profiler.buildops
 
BuildOperationInstrumentation(boolean, boolean, boolean, List<String>) - Constructor for class org.gradle.profiler.buildops.BuildOperationInstrumentation
 
BuildOperationUtil - Class in org.gradle.profiler.buildops
 
BuildOperationUtil() - Constructor for class org.gradle.profiler.buildops.BuildOperationUtil
 
BuildScanInitScript - Class in org.gradle.profiler.buildscan
 
BuildScanInitScript(String) - Constructor for class org.gradle.profiler.buildscan.BuildScanInitScript
 
BuildScanProfiler - Class in org.gradle.profiler.buildscan
 
BuildScanProfilerFactory - Class in org.gradle.profiler.buildscan
 
BuildScanProfilerFactory() - Constructor for class org.gradle.profiler.buildscan.BuildScanProfilerFactory
 
BuildScenarioResult<T extends BuildInvocationResult> - Interface in org.gradle.profiler.report
 
BuildScenarioResultImpl<T extends BuildInvocationResult> - Class in org.gradle.profiler
 
BuildScenarioResultImpl(ScenarioDefinition, SampleProvider<T>) - Constructor for class org.gradle.profiler.BuildScenarioResultImpl
 
BuildStep - Enum Class in org.gradle.profiler
 
BuildStepAction<T extends BuildInvocationResult> - Interface in org.gradle.profiler
 
BuildToolCommandLineInvoker<T extends BuildToolCommandLineScenarioDefinition,R extends BuildInvocationResult> - Class in org.gradle.profiler
 
BuildToolCommandLineInvoker() - Constructor for class org.gradle.profiler.BuildToolCommandLineInvoker
 
BuildToolCommandLineScenarioDefinition - Class in org.gradle.profiler
 
BuildToolCommandLineScenarioDefinition(String, String, List<String>, List<BuildMutator>, int, int, File, File) - Constructor for class org.gradle.profiler.BuildToolCommandLineScenarioDefinition
 
BuildUnderTestInvoker - Class in org.gradle.profiler.gradle
Runs a single invocation of a Gradle build and collects the result.
BuildUnderTestInvoker(List<String>, List<String>, GradleClient, PidInstrumentation, BuildOperationInstrumentation) - Constructor for class org.gradle.profiler.gradle.BuildUnderTestInvoker
 

C

calculateGradleArgs(List<String>) - Method in class org.gradle.profiler.GeneratedInitScript
 
calculateGradleArgs(List<String>) - Method in interface org.gradle.profiler.GradleArgsCalculator
 
calculateGradleArgs(List<String>) - Method in class org.gradle.profiler.instrument.GradleInstrumentation
 
calculateJvmArgs(List<String>) - Method in class org.gradle.profiler.jfr.JFRJvmArgsCalculator
 
calculateJvmArgs(List<String>) - Method in class org.gradle.profiler.jprofiler.JProfilerJvmArgsCalculator
 
calculateJvmArgs(List<String>) - Method in interface org.gradle.profiler.JvmArgsCalculator
 
calculateJvmArgs(List<String>) - Method in class org.gradle.profiler.yourkit.YourKitJvmArgsCalculator
 
canRestartRecording(ScenarioSettings) - Method in class org.gradle.profiler.InstrumentingProfiler
Can this profiler implementation restart recording, for the same JVM?
canRestartRecording(ScenarioSettings) - Method in class org.gradle.profiler.jfr.JfrProfiler
 
canRestartRecording(ScenarioSettings) - Method in class org.gradle.profiler.jprofiler.JProfilerProfiler
 
canRestartRecording(ScenarioSettings) - Method in class org.gradle.profiler.yourkit.YourKitProfiler
 
captureSnapshot(String) - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerController
 
captureSnapshot(String) - Method in interface org.gradle.profiler.InstrumentingProfiler.SnapshotCapturingProfilerController
Capture snapshot, if not already performed on stop.
captureSnapshot(String) - Method in class org.gradle.profiler.jfr.JFRControl
 
captureSnapshot(String) - Method in class org.gradle.profiler.jprofiler.JProfilerController
 
captureSnapshot(String) - Method in class org.gradle.profiler.yourkit.YourKitProfilerController
 
checkInstallation() - Method in class org.gradle.profiler.flamegraph.FlameGraphTool
 
ChromeTraceInstrumentation - Class in org.gradle.profiler.chrometrace
 
ChromeTraceInstrumentation(ScenarioSettings) - Constructor for class org.gradle.profiler.chrometrace.ChromeTraceInstrumentation
 
ChromeTraceProfiler - Class in org.gradle.profiler.chrometrace
 
ChromeTraceProfiler() - Constructor for class org.gradle.profiler.chrometrace.ChromeTraceProfiler
 
ChromeTraceProfilerFactory - Class in org.gradle.profiler.chrometrace
 
ChromeTraceProfilerFactory() - Constructor for class org.gradle.profiler.chrometrace.ChromeTraceProfilerFactory
 
cleanup() - Method in class org.gradle.profiler.mutations.AbstractCacheCleanupMutator
 
cleanup() - Method in class org.gradle.profiler.mutations.AbstractCleanupMutator
 
cleanup() - Method in class org.gradle.profiler.mutations.ClearConfigurationCacheStateMutator
 
cleanup() - Method in class org.gradle.profiler.mutations.ClearGradleUserHomeMutator
 
cleanup() - Method in class org.gradle.profiler.mutations.ClearProjectCacheMutator
 
CLEANUP - Enum constant in enum class org.gradle.profiler.BuildStep
 
CLEANUP - Enum constant in enum class org.gradle.profiler.mutations.AbstractCleanupMutator.CleanupSchedule
 
cleanupCacheDir(File) - Method in class org.gradle.profiler.mutations.AbstractCacheCleanupMutator
 
cleanupCacheDir(File) - Method in class org.gradle.profiler.mutations.ClearArtifactTransformCacheMutator
 
cleanupCacheDir(File) - Method in class org.gradle.profiler.mutations.ClearBuildCacheMutator
 
cleanupCacheDir(File) - Method in class org.gradle.profiler.mutations.ClearJarsCacheMutator
 
ClearArtifactTransformCacheMutator - Class in org.gradle.profiler.mutations
 
ClearArtifactTransformCacheMutator(File, AbstractCleanupMutator.CleanupSchedule) - Constructor for class org.gradle.profiler.mutations.ClearArtifactTransformCacheMutator
 
ClearArtifactTransformCacheMutator.Configurator - Class in org.gradle.profiler.mutations
 
ClearBuildCacheMutator - Class in org.gradle.profiler.mutations
 
ClearBuildCacheMutator(File, AbstractCleanupMutator.CleanupSchedule) - Constructor for class org.gradle.profiler.mutations.ClearBuildCacheMutator
 
ClearBuildCacheMutator.Configurator - Class in org.gradle.profiler.mutations
 
ClearConfigurationCacheStateMutator - Class in org.gradle.profiler.mutations
 
ClearConfigurationCacheStateMutator(File, AbstractCleanupMutator.CleanupSchedule) - Constructor for class org.gradle.profiler.mutations.ClearConfigurationCacheStateMutator
 
ClearConfigurationCacheStateMutator.Configurator - Class in org.gradle.profiler.mutations
 
ClearGradleUserHomeMutator - Class in org.gradle.profiler.mutations
 
ClearGradleUserHomeMutator(File, AbstractCleanupMutator.CleanupSchedule) - Constructor for class org.gradle.profiler.mutations.ClearGradleUserHomeMutator
 
ClearGradleUserHomeMutator.Configurator - Class in org.gradle.profiler.mutations
 
ClearJarsCacheMutator - Class in org.gradle.profiler.mutations
 
ClearJarsCacheMutator(File, AbstractCleanupMutator.CleanupSchedule) - Constructor for class org.gradle.profiler.mutations.ClearJarsCacheMutator
 
ClearJarsCacheMutator.Configurator - Class in org.gradle.profiler.mutations
 
ClearProjectCacheMutator - Class in org.gradle.profiler.mutations
 
ClearProjectCacheMutator(File, AbstractCleanupMutator.CleanupSchedule) - Constructor for class org.gradle.profiler.mutations.ClearProjectCacheMutator
 
ClearProjectCacheMutator.Configurator - Class in org.gradle.profiler.mutations
 
Cli - Static variable in class org.gradle.profiler.gradle.GradleBuildInvoker
 
CliGradleClient - Class in org.gradle.profiler.gradle
 
CliGradleClient(GradleBuildConfiguration, File, File, boolean, File) - Constructor for class org.gradle.profiler.gradle.CliGradleClient
 
CliNoDaemon - Static variable in class org.gradle.profiler.gradle.GradleBuildInvoker
 
close() - Method in class org.gradle.profiler.gradle.CliGradleClient
 
close() - Method in class org.gradle.profiler.gradle.ToolingApiGradleClient
 
close() - Method in class org.gradle.profiler.studio.process.StudioProcess
 
close() - Method in class org.gradle.profiler.studio.StudioGradleClient
 
ColdDaemonOnly - Enum constant in enum class org.gradle.profiler.gradle.GradleDaemonReuse
 
COLLAPSE_BUILD_SCRIPTS - Static variable in class org.gradle.profiler.flamegraph.FlameGraphSanitizer
 
COLLAPSE_GRADLE_INFRASTRUCTURE - Static variable in class org.gradle.profiler.flamegraph.FlameGraphSanitizer
 
CommandExec - Class in org.gradle.profiler
 
CommandExec() - Constructor for class org.gradle.profiler.CommandExec
 
CommandExec(File, Map<String, String>) - Constructor for class org.gradle.profiler.CommandExec
 
CommandExec.RunHandle - Class in org.gradle.profiler
 
CompositeBuildMutator - Class in org.gradle.profiler
 
CompositeBuildMutator(List<BuildMutator>) - Constructor for class org.gradle.profiler.CompositeBuildMutator
 
computeJfrProfilerOutputLocation() - Method in class org.gradle.profiler.ScenarioSettings
 
Configurator() - Constructor for class org.gradle.profiler.mutations.AbstractCleanupMutator.Configurator
 
Configurator() - Constructor for class org.gradle.profiler.mutations.ApplyProjectDependencyChangeMutator.Configurator
 
Configurator() - Constructor for class org.gradle.profiler.mutations.ClearArtifactTransformCacheMutator.Configurator
 
Configurator() - Constructor for class org.gradle.profiler.mutations.ClearBuildCacheMutator.Configurator
 
Configurator() - Constructor for class org.gradle.profiler.mutations.ClearConfigurationCacheStateMutator.Configurator
 
Configurator() - Constructor for class org.gradle.profiler.mutations.ClearGradleUserHomeMutator.Configurator
 
Configurator() - Constructor for class org.gradle.profiler.mutations.ClearJarsCacheMutator.Configurator
 
Configurator() - Constructor for class org.gradle.profiler.mutations.ClearProjectCacheMutator.Configurator
 
Configurator() - Constructor for class org.gradle.profiler.mutations.GitCheckoutMutator.Configurator
 
Configurator() - Constructor for class org.gradle.profiler.mutations.GitRevertMutator.Configurator
 
Configurator() - Constructor for class org.gradle.profiler.mutations.ShowBuildCacheSizeMutator.Configurator
 
configure(String, BuildMutatorConfigurator.BuildMutatorConfiguratorSpec) - Method in class org.gradle.profiler.mutations.AbstractBuildMutatorWithoutOptionsConfigurator
 
configure(String, BuildMutatorConfigurator.BuildMutatorConfiguratorSpec) - Method in class org.gradle.profiler.mutations.AbstractCleanupMutator.Configurator
 
configure(String, BuildMutatorConfigurator.BuildMutatorConfiguratorSpec) - Method in class org.gradle.profiler.mutations.ApplyProjectDependencyChangeMutator.Configurator
 
configure(String, BuildMutatorConfigurator.BuildMutatorConfiguratorSpec) - Method in interface org.gradle.profiler.mutations.BuildMutatorConfigurator
 
configure(String, BuildMutatorConfigurator.BuildMutatorConfiguratorSpec) - Method in class org.gradle.profiler.mutations.FileChangeMutatorConfigurator
 
configure(String, BuildMutatorConfigurator.BuildMutatorConfiguratorSpec) - Method in class org.gradle.profiler.mutations.GitCheckoutMutator.Configurator
 
configure(String, BuildMutatorConfigurator.BuildMutatorConfiguratorSpec) - Method in class org.gradle.profiler.mutations.GitRevertMutator.Configurator
 
configureParser(OptionParser) - Static method in class org.gradle.profiler.ProfilerFactory
 
ConfigUtil - Class in org.gradle.profiler
 
ConfigUtil() - Constructor for class org.gradle.profiler.ConfigUtil
 
CPU - Enum constant in enum class org.gradle.profiler.flamegraph.EventType
 
create(BuildAction) - Method in class org.gradle.profiler.gradle.BuildUnderTestInvoker
 
create(GradleBuildConfiguration, InvocationSettings) - Method in enum class org.gradle.profiler.gradle.GradleClientSpec
 
createFromOptions(OptionSet) - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerAllEventsProfilerFactory
 
createFromOptions(OptionSet) - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerFactory
 
createFromOptions(OptionSet) - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerHeapAllocationProfilerFactory
 
createFromOptions(OptionSet) - Method in class org.gradle.profiler.buildscan.BuildScanProfilerFactory
 
createFromOptions(OptionSet) - Method in class org.gradle.profiler.chrometrace.ChromeTraceProfilerFactory
 
createFromOptions(OptionSet) - Method in class org.gradle.profiler.heapdump.HeapDumpProfilerFactory
 
createFromOptions(OptionSet) - Method in class org.gradle.profiler.jfr.JfrProfilerFactory
 
createFromOptions(OptionSet) - Method in class org.gradle.profiler.jprofiler.JProfilerProfilerFactory
 
createFromOptions(OptionSet) - Method in class org.gradle.profiler.ProfilerFactory
Creates a profiler from the given options.
createFromOptions(OptionSet) - Method in class org.gradle.profiler.yourkit.YourKitHeapAllocationProfilerFactory
 
createFromOptions(OptionSet) - Method in class org.gradle.profiler.yourkit.YourKitSamplingProfilerFactory
 
createFromOptions(OptionSet) - Method in class org.gradle.profiler.yourkit.YourKitTracingProfilerFactory
 
createSandbox(Path) - Static method in class org.gradle.profiler.studio.tools.StudioSandboxCreator
Creates sandbox for Android Studio.
createSandbox(Path, String) - Static method in class org.gradle.profiler.studio.tools.StudioSandboxCreator
 
createsMultipleProcesses() - Method in class org.gradle.profiler.BuildToolCommandLineScenarioDefinition
 
createsMultipleProcesses() - Method in class org.gradle.profiler.gradle.GradleScenarioDefinition
 
createsMultipleProcesses() - Method in class org.gradle.profiler.ScenarioDefinition
 
CsvGenerator - Class in org.gradle.profiler.report
 
CsvGenerator(File, Format) - Constructor for class org.gradle.profiler.report.CsvGenerator
 

D

DaemonControl - Class in org.gradle.profiler.gradle
 
DaemonControl(File) - Constructor for class org.gradle.profiler.gradle.DaemonControl
 
DEFAULT - Static variable in interface org.gradle.profiler.GradleArgsCalculator
 
DEFAULT - Static variable in interface org.gradle.profiler.JvmArgsCalculator
 
DefaultBuildContext - Class in org.gradle.profiler
 
DefaultBuildContext(ScenarioContext, Phase, int) - Constructor for class org.gradle.profiler.DefaultBuildContext
 
defaultBuildScanVersion(GradleVersion) - Static method in class org.gradle.profiler.buildscan.BuildScanProfiler
 
DefaultGradleBuildConfigurationReader - Class in org.gradle.profiler.gradle
 
DefaultGradleBuildConfigurationReader(File, File, DaemonControl) - Constructor for class org.gradle.profiler.gradle.DefaultGradleBuildConfigurationReader
 
DefaultScenarioContext - Class in org.gradle.profiler
 
DefaultScenarioContext(UUID, String) - Constructor for class org.gradle.profiler.DefaultScenarioContext
 
delete(File) - Static method in class org.gradle.profiler.mutations.AbstractCleanupMutator
 
DEPENDENCY_COUNT_KEY - Static variable in class org.gradle.profiler.mutations.ApplyProjectDependencyChangeMutator.Configurator
 
detailed() - Static method in class org.gradle.profiler.Logging
A stream to write detailed logging messages to.
DetailLevel - Enum Class in org.gradle.profiler.flamegraph
 
DifferentialStacksGenerator - Class in org.gradle.profiler.flamegraph
Generates differential stacks.
DifferentialStacksGenerator() - Constructor for class org.gradle.profiler.flamegraph.DifferentialStacksGenerator
 
displayBuildNumber(int) - Method in enum class org.gradle.profiler.Phase
 
doesCleanup() - Method in class org.gradle.profiler.BuildToolCommandLineScenarioDefinition
 
doesCleanup() - Method in class org.gradle.profiler.gradle.GradleScenarioDefinition
 
doesCleanup() - Method in class org.gradle.profiler.ScenarioDefinition
 
doNewController(ScenarioSettings) - Method in class org.gradle.profiler.asyncprofiler.AsyncProfiler
 
doNewController(ScenarioSettings) - Method in class org.gradle.profiler.InstrumentingProfiler
 
doNewController(ScenarioSettings) - Method in class org.gradle.profiler.jfr.JfrProfiler
 
doNewController(ScenarioSettings) - Method in class org.gradle.profiler.jprofiler.JProfilerProfiler
 
doNewController(ScenarioSettings) - Method in class org.gradle.profiler.yourkit.YourKitProfiler
 
doRun(T, InvocationSettings, Consumer<BuildInvocationResult>, List<String>) - Method in class org.gradle.profiler.BuildToolCommandLineInvoker
 
DurationSample<T extends BuildInvocationResult> - Class in org.gradle.profiler.result
 
DurationSample(String) - Constructor for class org.gradle.profiler.result.DurationSample
 

E

elapsed() - Method in class org.gradle.profiler.Timer
 
EMPTY - Static variable in interface org.gradle.profiler.ProfilerController
 
enumValue(Config, String, Class<T>, T) - Static method in class org.gradle.profiler.ConfigUtil
 
environmentVariables(Map<String, String>) - Method in class org.gradle.profiler.CommandExec
 
EVENT_ALLOC - Static variable in class org.gradle.profiler.asyncprofiler.AsyncProfilerConfig
 
EVENT_LOCK - Static variable in class org.gradle.profiler.asyncprofiler.AsyncProfilerConfig
 
EventType - Enum Class in org.gradle.profiler.flamegraph
 
execute(BuildController) - Method in class org.gradle.profiler.toolingapi.FetchProjectPublications
 
EXECUTION_TIME - Static variable in class org.gradle.profiler.result.BuildInvocationResult
 
extractTotalCountFrom(T) - Method in class org.gradle.profiler.result.Sample
 
extractTotalCountFrom(T) - Method in class org.gradle.profiler.result.SingleInvocationDurationSample
 
extractTotalDurationFrom(T) - Method in class org.gradle.profiler.result.DurationSample
 
extractValue(T) - Method in class org.gradle.profiler.result.DurationSample
 
extractValue(T) - Method in class org.gradle.profiler.result.Sample
 

F

FetchProjectPublications - Class in org.gradle.profiler.toolingapi
 
FetchProjectPublications() - Constructor for class org.gradle.profiler.toolingapi.FetchProjectPublications
 
FileChangeMutatorConfigurator - Class in org.gradle.profiler.mutations
 
FileChangeMutatorConfigurator(Class<? extends AbstractFileChangeMutator>) - Constructor for class org.gradle.profiler.mutations.FileChangeMutatorConfigurator
 
FileSupport - Class in org.gradle.profiler.mutations.support
 
FileSupport() - Constructor for class org.gradle.profiler.mutations.support.FileSupport
 
findControllerJar() - Static method in class org.gradle.profiler.yourkit.YourKit
 
findJniLib() - Static method in class org.gradle.profiler.yourkit.YourKit
 
findStudioHome() - Static method in class org.gradle.profiler.studio.tools.StudioFinder
Locates the user's Android Studio installation.
findYourKitHome() - Static method in class org.gradle.profiler.yourkit.YourKit
Locates the user's YourKit installation.
FLAME_FILE_SUFFIX - Static variable in class org.gradle.profiler.flamegraph.FlameGraphGenerator
 
FlameGraphGenerator - Class in org.gradle.profiler.flamegraph
Generates flame graphs based on JFR recordings.
FlameGraphGenerator() - Constructor for class org.gradle.profiler.flamegraph.FlameGraphGenerator
 
FlameGraphSanitizer - Class in org.gradle.profiler.flamegraph
Simplifies stacks to make flame graphs more readable.
FlameGraphSanitizer(ImmutableList<FlameGraphSanitizer.SanitizeFunction>) - Constructor for class org.gradle.profiler.flamegraph.FlameGraphSanitizer
 
FlameGraphSanitizer.SanitizeFunction - Interface in org.gradle.profiler.flamegraph
 
FlameGraphTool - Class in org.gradle.profiler.flamegraph
Generates flame graphs from collapsed stacks.
FlameGraphTool() - Constructor for class org.gradle.profiler.flamegraph.FlameGraphTool
 
FlameGraphTool(File) - Constructor for class org.gradle.profiler.flamegraph.FlameGraphTool
 
Format - Enum Class in org.gradle.profiler.report
 
from(String, Function<T, Duration>) - Static method in class org.gradle.profiler.result.SingleInvocationDurationSample
 
from(AsyncProfilerConfig, ScenarioDefinition) - Static method in enum class org.gradle.profiler.asyncprofiler.AsyncProfilerOutputType
 
from(InvocationSettings, ScenarioDefinition) - Static method in interface org.gradle.profiler.ScenarioContext
 
fullSandbox(Path, Path, Path, Path, Path) - Static method in class org.gradle.profiler.studio.tools.StudioSandboxCreator.StudioSandbox
 

G

GARBAGE_COLLECTION_TIME - Static variable in class org.gradle.profiler.gradle.GradleBuildInvocationResult
 
generateDiff(File, File, File) - Method in class org.gradle.profiler.flamegraph.DifferentialStacksGenerator
 
generateDifferentialGraphs(List<Stacks>) - Method in class org.gradle.profiler.flamegraph.FlameGraphGenerator
 
generateDifferentialStacks(File) - Method in class org.gradle.profiler.flamegraph.DifferentialStacksGenerator
 
GeneratedInitScript - Class in org.gradle.profiler
 
GeneratedInitScript() - Constructor for class org.gradle.profiler.GeneratedInitScript
 
generateFlameGraph(File, File, List<String>) - Method in class org.gradle.profiler.flamegraph.FlameGraphTool
 
generateGraphs(File, List<Stacks>) - Method in class org.gradle.profiler.flamegraph.FlameGraphGenerator
 
generateInitScriptBody(PrintWriter) - Method in class org.gradle.profiler.buildops.BuildOperationInstrumentation
 
generateInitScriptBody(PrintWriter) - Method in class org.gradle.profiler.chrometrace.ChromeTraceInstrumentation
 
generateInitScriptBody(PrintWriter) - Method in class org.gradle.profiler.instrument.GradleInstrumentation
 
generateInitScriptBody(PrintWriter) - Method in class org.gradle.profiler.instrument.PidInstrumentation
 
generateStacks(File, String) - Method in class org.gradle.profiler.flamegraph.JfrToStacksConverter
 
get() - Method in class org.gradle.profiler.studio.launcher.StudioLauncherProvider
 
get() - Method in class org.gradle.profiler.studio.StudioInstallDirSupplier
 
get(List<T>) - Method in interface org.gradle.profiler.result.SampleProvider
 
getAction() - Method in class org.gradle.profiler.gradle.GradleScenarioDefinition
 
getActionResult() - Method in class org.gradle.profiler.result.BuildInvocationResult
 
getActionResult() - Method in class org.gradle.profiler.studio.invoker.StudioBuildInvocationResult
 
getAgentConnection() - Method in class org.gradle.profiler.studio.process.StudioProcess.StudioConnections
 
getAllocSampleSize() - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerConfig
 
getAvailableProfilers() - Static method in class org.gradle.profiler.ProfilerFactory
 
getBenchmarkTitle() - Method in class org.gradle.profiler.InvocationSettings
The title of the benchmark.
getBuildConfiguration() - Method in class org.gradle.profiler.BuildToolCommandLineScenarioDefinition
 
getBuildConfiguration() - Method in class org.gradle.profiler.gradle.GradleScenarioDefinition
 
getBuildConfiguration() - Method in class org.gradle.profiler.ScenarioDefinition
 
getBuildContext() - Method in class org.gradle.profiler.result.BuildInvocationResult
 
getBuildCount() - Method in class org.gradle.profiler.InvocationSettings
 
getBuildCount() - Method in class org.gradle.profiler.mutations.BuildMutatorConfigurator.BuildMutatorConfiguratorSpec
 
getBuildCount() - Method in class org.gradle.profiler.ScenarioDefinition
 
getBuildLog() - Method in class org.gradle.profiler.InvocationSettings
 
getBuildMutators() - Method in class org.gradle.profiler.ScenarioDefinition
 
getBuildToolDisplayName() - Method in class org.gradle.profiler.bazel.BazelScenarioDefinition
 
getBuildToolDisplayName() - Method in class org.gradle.profiler.buck.BuckScenarioDefinition
 
getBuildToolDisplayName() - Method in class org.gradle.profiler.gradle.GradleScenarioDefinition
 
getBuildToolDisplayName() - Method in class org.gradle.profiler.maven.MavenScenarioDefinition
 
getBuildToolDisplayName() - Method in class org.gradle.profiler.ScenarioDefinition
A human consumable description of the build tool that runs this scenario.
getCleanupAction() - Method in class org.gradle.profiler.gradle.GradleScenarioDefinition
 
getClient() - Method in class org.gradle.profiler.gradle.GradleBuildInvoker
 
getClientJvmArguments() - Method in class org.gradle.profiler.GradleBuildConfiguration
The JVM arguments passed to configure the client VM.
getCommandLineOption() - Method in enum class org.gradle.profiler.asyncprofiler.AsyncProfilerOutputType
 
getConfig() - Method in class org.gradle.profiler.jprofiler.JProfilerConfig
 
getConfigDir() - Method in class org.gradle.profiler.studio.tools.StudioSandboxCreator.StudioSandbox
 
getConfigFile() - Method in class org.gradle.profiler.jprofiler.JProfilerConfig
 
getConnections() - Method in class org.gradle.profiler.studio.process.StudioProcess
 
getCounter() - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerConfig
 
getCsvFormat() - Method in class org.gradle.profiler.InvocationSettings
 
getDaemonPid() - Method in class org.gradle.profiler.gradle.GradleBuildInvocationResult
 
getDaemonReuse() - Method in class org.gradle.profiler.gradle.GradleBuildInvoker
 
getDefaultHomeDir() - Static method in class org.gradle.profiler.jprofiler.JProfiler
 
getDisplayName() - Method in class org.gradle.profiler.bazel.BazelScenarioDefinition
 
getDisplayName() - Method in class org.gradle.profiler.buck.BuckScenarioDefinition
 
getDisplayName() - Method in interface org.gradle.profiler.BuildAction
A human consumable display name for this action.
getDisplayName() - Method in interface org.gradle.profiler.BuildContext
 
getDisplayName() - Method in class org.gradle.profiler.DefaultBuildContext
 
getDisplayName() - Method in enum class org.gradle.profiler.flamegraph.EventType
 
getDisplayName() - Method in class org.gradle.profiler.gradle.AdhocGradleScenarioDefinition
 
getDisplayName() - Method in class org.gradle.profiler.gradle.GradleScenarioDefinition
 
getDisplayName() - Method in class org.gradle.profiler.gradle.LoadToolingModelAction
 
getDisplayName() - Method in class org.gradle.profiler.gradle.RunTasksAction
 
getDisplayName() - Method in class org.gradle.profiler.gradle.RunToolingAction
 
getDisplayName() - Method in class org.gradle.profiler.maven.MavenScenarioDefinition
 
getDisplayName() - Method in enum class org.gradle.profiler.Phase
 
getDisplayName() - Method in class org.gradle.profiler.result.BuildInvocationResult
 
getDisplayName() - Method in class org.gradle.profiler.ScenarioDefinition
A human consumable and unique display name for this scenario using ScenarioDefinition.getTitle().
getDisplayName() - Method in class org.gradle.profiler.studio.AndroidStudioSyncAction
 
getDisplayName() - Method in class org.gradle.profiler.studio.invoker.StudioGradleScenarioDefinition
 
getEvents() - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerConfig
 
getEventType() - Method in class org.gradle.profiler.flamegraph.JfrToStacksConverter.Options
 
getExecutableName() - Method in class org.gradle.profiler.bazel.BazelScenarioDefinition
 
getExecutableName() - Method in class org.gradle.profiler.buck.BuckScenarioDefinition
 
getExecutableName() - Method in class org.gradle.profiler.BuildToolCommandLineScenarioDefinition
 
getExecutableName() - Method in class org.gradle.profiler.maven.MavenScenarioDefinition
 
getExecutablePath() - Method in class org.gradle.profiler.BuildToolCommandLineScenarioDefinition
 
getExecutionTime() - Method in class org.gradle.profiler.result.BuildActionResult
 
getExecutionTime() - Method in class org.gradle.profiler.result.BuildInvocationResult
 
getFieldName(BuildContext) - Method in class org.gradle.profiler.mutations.ApplyChangeToNativeSourceFileMutator
 
getFile() - Method in class org.gradle.profiler.flamegraph.Stacks
 
getFileBaseName() - Method in class org.gradle.profiler.flamegraph.Stacks
 
getFileChangeMutator(File) - Method in class org.gradle.profiler.mutations.AbstractDelegateFileMutator
 
getFileChangeMutator(File) - Method in class org.gradle.profiler.mutations.ApplyAbiChangeToSourceFileMutator
 
getFileChangeMutator(File) - Method in class org.gradle.profiler.mutations.ApplyNonAbiChangeToSourceFileMutator
 
getFlameGraphOptions() - Method in enum class org.gradle.profiler.flamegraph.DetailLevel
 
getGarbageCollectionTime() - Method in class org.gradle.profiler.gradle.GradleBuildInvocationResult
 
getGradleArgs() - Method in class org.gradle.profiler.gradle.GradleScenarioDefinition
 
getGradleExecutionTimes() - Method in class org.gradle.profiler.studio.invoker.StudioBuildActionResult
 
getGradleHome() - Method in class org.gradle.profiler.GradleBuildConfiguration
 
getGradleToolingAgentExecutionTime(int) - Static method in class org.gradle.profiler.studio.invoker.StudioBuildInvocationResult
 
getGradleTotalExecutionTime() - Method in class org.gradle.profiler.studio.invoker.StudioBuildActionResult
 
getGradleUserHome() - Method in class org.gradle.profiler.InvocationSettings
 
getGradleVersion() - Method in class org.gradle.profiler.GradleBuildConfiguration
 
getHomeDir() - Method in class org.gradle.profiler.jprofiler.JProfilerConfig
 
getIcicleGraphOptions() - Method in enum class org.gradle.profiler.flamegraph.DetailLevel
 
getId() - Method in enum class org.gradle.profiler.flamegraph.EventType
 
getId() - Static method in class org.gradle.profiler.OperatingSystem
 
getIdeaProperties() - Method in class org.gradle.profiler.studio.invoker.StudioGradleScenarioDefinition.StudioGradleBuildConfiguration
 
getIdeBuildType() - Method in class org.gradle.profiler.studio.invoker.StudioGradleScenarioDefinition.StudioGradleBuildConfiguration
 
getIdeExecutionTime() - Method in class org.gradle.profiler.studio.invoker.StudioBuildActionResult
 
getIdeHome() - Method in class org.gradle.profiler.studio.invoker.StudioGradleScenarioDefinition.StudioGradleBuildConfiguration
 
getIdeType() - Method in class org.gradle.profiler.studio.invoker.StudioGradleScenarioDefinition.StudioGradleBuildConfiguration
 
getIdeVersion() - Method in class org.gradle.profiler.studio.invoker.StudioGradleScenarioDefinition.StudioGradleBuildConfiguration
 
getInterval() - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerConfig
 
getInvocationId() - Method in class org.gradle.profiler.InvocationSettings
 
getInvocationSettings() - Method in class org.gradle.profiler.mutations.BuildMutatorConfigurator.BuildMutatorConfiguratorSpec
 
getInvocationSettings() - Method in class org.gradle.profiler.ScenarioSettings
 
getInvoker() - Method in class org.gradle.profiler.bazel.BazelScenarioDefinition
 
getInvoker() - Method in class org.gradle.profiler.buck.BuckScenarioDefinition
 
getInvoker() - Method in class org.gradle.profiler.gradle.GradleScenarioDefinition
 
getInvoker() - Method in class org.gradle.profiler.InvocationSettings
 
getInvoker() - Method in class org.gradle.profiler.maven.MavenScenarioDefinition
 
getInvoker() - Method in class org.gradle.profiler.ScenarioDefinition
 
getIteration() - Method in interface org.gradle.profiler.BuildContext
 
getIteration() - Method in class org.gradle.profiler.DefaultBuildContext
 
getJavaHome() - Method in class org.gradle.profiler.GradleBuildConfiguration
 
getJavaVersion() - Static method in class org.gradle.profiler.VersionUtils
 
getJfrSettings() - Method in class org.gradle.profiler.jfr.JFRArgs
 
getJoinedEvents() - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerConfig
 
getJvmArgs() - Method in class org.gradle.profiler.gradle.GradleScenarioDefinition
 
getJvmArguments() - Method in class org.gradle.profiler.GradleBuildConfiguration
 
getLevel() - Method in class org.gradle.profiler.flamegraph.Stacks
 
getLocalBuildCacheSize() - Method in class org.gradle.profiler.buildops.BuildOperationInstrumentation
 
getLocalBuildCacheSize() - Method in class org.gradle.profiler.gradle.GradleBuildInvocationResult
 
getLockThreshold() - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerConfig
 
getLogsDir() - Method in class org.gradle.profiler.studio.tools.StudioSandboxCreator.StudioSandbox
 
getMeasuredBuildOperations() - Method in class org.gradle.profiler.gradle.GradleScenarioDefinition
 
getMeasuredBuildOperations() - Method in class org.gradle.profiler.InvocationSettings
 
getName() - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerAllEventsProfilerFactory
 
getName() - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerController
 
getName() - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerFactory
 
getName() - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerHeapAllocationProfilerFactory
 
getName() - Method in class org.gradle.profiler.buildscan.BuildScanProfilerFactory
 
getName() - Method in class org.gradle.profiler.chrometrace.ChromeTraceProfilerFactory
 
getName() - Method in class org.gradle.profiler.heapdump.HeapDumpProfilerFactory
 
getName() - Method in class org.gradle.profiler.jfr.JFRControl
 
getName() - Method in class org.gradle.profiler.jfr.JfrProfilerFactory
 
getName() - Method in class org.gradle.profiler.jprofiler.JProfilerProfilerFactory
 
getName() - Method in class org.gradle.profiler.ProfilerFactory
 
getName() - Method in class org.gradle.profiler.result.Sample
 
getName() - Method in class org.gradle.profiler.ScenarioDefinition
 
getName() - Method in class org.gradle.profiler.yourkit.YourKitHeapAllocationProfilerFactory
 
getName() - Method in class org.gradle.profiler.yourkit.YourKitSamplingProfilerFactory
 
getName() - Method in class org.gradle.profiler.yourkit.YourKitTracingProfilerFactory
 
getNextCombination() - Method in class org.gradle.profiler.mutations.ApplyProjectDependencyChangeMutator.ProjectCombinations
 
getOutputDir() - Method in class org.gradle.profiler.InvocationSettings
 
getOutputDir() - Method in class org.gradle.profiler.ScenarioDefinition
 
getPhase() - Method in interface org.gradle.profiler.BuildContext
 
getPhase() - Method in class org.gradle.profiler.DefaultBuildContext
 
getPidForLastBuild() - Method in class org.gradle.profiler.instrument.PidInstrumentation
 
getPluginConnection() - Method in class org.gradle.profiler.studio.process.StudioProcess.StudioConnections
 
getPluginsDir() - Method in class org.gradle.profiler.studio.tools.StudioSandboxCreator.StudioSandbox
 
getPort() - Method in class org.gradle.profiler.jprofiler.JProfilerConfig
 
getProbesWithEventRecording() - Method in class org.gradle.profiler.jprofiler.JProfilerConfig
 
getProbesWithSpecialRecording() - Method in class org.gradle.profiler.jprofiler.JProfilerConfig
 
getProfileName() - Method in class org.gradle.profiler.bazel.BazelScenarioDefinition
 
getProfileName() - Method in class org.gradle.profiler.buck.BuckScenarioDefinition
 
getProfileName() - Method in class org.gradle.profiler.gradle.AdhocGradleScenarioDefinition
 
getProfileName() - Method in class org.gradle.profiler.gradle.GradleScenarioDefinition
 
getProfileName() - Method in class org.gradle.profiler.maven.MavenScenarioDefinition
 
getProfileName() - Method in class org.gradle.profiler.ScenarioDefinition
A unique name for this scenario, that can be used for file names and other identifiers.
getProfiler() - Method in class org.gradle.profiler.InvocationSettings
 
getProfilerHome() - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerConfig
 
getProfilerOutputBaseDir() - Method in class org.gradle.profiler.ScenarioSettings
 
getProfilerOutputBaseName() - Method in class org.gradle.profiler.ScenarioSettings
 
getProjectDir() - Method in class org.gradle.profiler.InvocationSettings
 
getProjectNames() - Method in class org.gradle.profiler.mutations.ApplyProjectDependencyChangeMutator.ProjectCombinations
 
getRecordedProbes() - Method in class org.gradle.profiler.jprofiler.JProfilerConfig
 
getResults() - Method in class org.gradle.profiler.BuildScenarioResultImpl
 
getResults() - Method in interface org.gradle.profiler.report.BuildScenarioResult
Returns all results, including warm-up builds.
getSamples() - Method in class org.gradle.profiler.BuildScenarioResultImpl
 
getSamples() - Method in interface org.gradle.profiler.report.BuildScenarioResult
Returns the names of the samples collected for each build invocation in this scenario.
getScenario() - Method in class org.gradle.profiler.mutations.BuildMutatorConfigurator.BuildMutatorConfiguratorSpec
 
getScenario() - Method in class org.gradle.profiler.ScenarioSettings
 
getScenarioDefinition() - Method in class org.gradle.profiler.BuildScenarioResultImpl
 
getScenarioDefinition() - Method in interface org.gradle.profiler.report.BuildScenarioResult
 
getScenarioFile() - Method in class org.gradle.profiler.InvocationSettings
 
getScenarioName() - Method in class org.gradle.profiler.mutations.BuildMutatorConfigurator.BuildMutatorConfiguratorSpec
 
getScenarioOptionsDir() - Method in class org.gradle.profiler.studio.tools.StudioSandboxCreator.StudioSandbox
 
getScenarios() - Method in interface org.gradle.profiler.report.BenchmarkResult
 
getSessionId() - Method in class org.gradle.profiler.jprofiler.JProfilerConfig
 
getShortDisplayName() - Method in interface org.gradle.profiler.BuildAction
A human consumable display name for this action.
getShortDisplayName() - Method in class org.gradle.profiler.gradle.LoadToolingModelAction
 
getShortDisplayName() - Method in class org.gradle.profiler.gradle.RunTasksAction
 
getShortDisplayName() - Method in class org.gradle.profiler.gradle.RunToolingAction
 
getShortDisplayName() - Method in class org.gradle.profiler.studio.AndroidStudioSyncAction
 
getSimpleBuildOperationName(String) - Static method in class org.gradle.profiler.buildops.BuildOperationUtil
 
getSnapshotPath(ScenarioSettings) - Static method in class org.gradle.profiler.jprofiler.JProfiler
 
getStackDepth() - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerConfig
 
getStudioInstallDir() - Method in class org.gradle.profiler.InvocationSettings
 
getStudioJvmArgs() - Method in class org.gradle.profiler.studio.invoker.StudioGradleScenarioDefinition.StudioGradleBuildConfiguration
 
getStudioSandboxDir() - Method in class org.gradle.profiler.InvocationSettings
 
getSystemDir() - Method in class org.gradle.profiler.studio.tools.StudioSandboxCreator.StudioSandbox
 
getSystemProperties() - Method in class org.gradle.profiler.gradle.GradleScenarioDefinition
 
getSystemProperties() - Method in class org.gradle.profiler.InvocationSettings
 
getTargets() - Method in class org.gradle.profiler.BuildToolCommandLineScenarioDefinition
 
getTargets() - Method in class org.gradle.profiler.InvocationSettings
 
getTasksDisplayName() - Method in class org.gradle.profiler.BuildToolCommandLineScenarioDefinition
 
getTasksDisplayName() - Method in class org.gradle.profiler.gradle.GradleScenarioDefinition
 
getTasksDisplayName() - Method in class org.gradle.profiler.ScenarioDefinition
A human consumable description of the 'tasks' that are run for this scenario (may not be Gradle tasks).
getTimeToTaskExecution() - Method in class org.gradle.profiler.buildops.BuildOperationInstrumentation
 
getTimeToTaskExecution() - Method in class org.gradle.profiler.gradle.GradleBuildInvocationResult
 
getTitle() - Method in class org.gradle.profiler.ScenarioDefinition
A specific title defined for the scenario to be used in reports (defaults to ScenarioDefinition.getName().
getToolHome() - Method in class org.gradle.profiler.BuildToolCommandLineScenarioDefinition
 
getToolHomeEnvName() - Method in class org.gradle.profiler.bazel.BazelScenarioDefinition
 
getToolHomeEnvName() - Method in class org.gradle.profiler.buck.BuckScenarioDefinition
 
getToolHomeEnvName() - Method in class org.gradle.profiler.BuildToolCommandLineScenarioDefinition
 
getToolHomeEnvName() - Method in class org.gradle.profiler.maven.MavenScenarioDefinition
 
getTotalBuildOperationExecutionData() - Method in class org.gradle.profiler.buildops.BuildOperationInstrumentation
 
getTotalBuildOperationExecutionData() - Method in class org.gradle.profiler.gradle.GradleBuildInvocationResult
 
getTotalCount() - Method in class org.gradle.profiler.buildops.BuildOperationExecutionData
 
getTotalGarbageCollectionTime() - Method in class org.gradle.profiler.buildops.BuildOperationInstrumentation
This is the cumulative total GC time since the process started, not the GC time of the current invocation.
getType() - Method in class org.gradle.profiler.buck.BuckScenarioDefinition
 
getType() - Method in class org.gradle.profiler.flamegraph.Stacks
 
getUniqueBuildId() - Method in interface org.gradle.profiler.BuildContext
 
getUniqueBuildId() - Method in class org.gradle.profiler.DefaultBuildContext
 
getUniqueScenarioId() - Method in class org.gradle.profiler.DefaultBuildContext
 
getUniqueScenarioId() - Method in class org.gradle.profiler.DefaultScenarioContext
 
getUniqueScenarioId() - Method in interface org.gradle.profiler.ScenarioContext
 
getUnit() - Method in class org.gradle.profiler.result.Sample
 
getUnitOfMeasure() - Method in enum class org.gradle.profiler.flamegraph.EventType
 
getValue() - Method in class org.gradle.profiler.buildops.BuildOperationExecutionData
 
getValue(IItem) - Method in enum class org.gradle.profiler.flamegraph.EventType
 
getVersion() - Static method in class org.gradle.profiler.Version
 
getVersions() - Method in class org.gradle.profiler.InvocationSettings
 
getWarmupCount() - Method in class org.gradle.profiler.mutations.BuildMutatorConfigurator.BuildMutatorConfiguratorSpec
 
getWarmUpCount() - Method in class org.gradle.profiler.InvocationSettings
 
getWarmUpCount() - Method in class org.gradle.profiler.ScenarioDefinition
 
GitCheckoutMutator - Class in org.gradle.profiler.mutations
 
GitCheckoutMutator(File, String, String) - Constructor for class org.gradle.profiler.mutations.GitCheckoutMutator
 
GitCheckoutMutator.Configurator - Class in org.gradle.profiler.mutations
 
GitRevertMutator - Class in org.gradle.profiler.mutations
 
GitRevertMutator(File, List<String>) - Constructor for class org.gradle.profiler.mutations.GitRevertMutator
 
GitRevertMutator.Configurator - Class in org.gradle.profiler.mutations
 
GRADLE_TOTAL_EXECUTION_TIME - Static variable in class org.gradle.profiler.studio.invoker.StudioBuildInvocationResult
 
GradleArgsCalculator - Interface in org.gradle.profiler
 
GradleBuildConfiguration - Class in org.gradle.profiler
 
GradleBuildConfiguration(GradleVersion, File, File, List<String>, boolean) - Constructor for class org.gradle.profiler.GradleBuildConfiguration
 
GradleBuildConfiguration(GradleVersion, File, File, List<String>, boolean, List<String>) - Constructor for class org.gradle.profiler.GradleBuildConfiguration
 
GradleBuildConfigurationReader - Interface in org.gradle.profiler
 
GradleBuildInvocationResult - Class in org.gradle.profiler.gradle
 
GradleBuildInvocationResult(BuildContext, BuildActionResult, Duration, Long, Duration, Map<String, BuildOperationExecutionData>, String) - Constructor for class org.gradle.profiler.gradle.GradleBuildInvocationResult
 
GradleBuildInvoker - Class in org.gradle.profiler.gradle
 
GradleCli - Enum constant in enum class org.gradle.profiler.gradle.GradleClientSpec
 
GradleClient - Interface in org.gradle.profiler
 
GradleClientSpec - Enum Class in org.gradle.profiler.gradle
Specifies a client to be used to invoke Gradle builds.
GradleCliNoDaemon - Enum constant in enum class org.gradle.profiler.gradle.GradleClientSpec
 
GradleDaemonReuse - Enum Class in org.gradle.profiler.gradle
 
GradleEnterpriseAlreadyAppliedInitScript - Class in org.gradle.profiler.buildscan
 
GradleEnterpriseAlreadyAppliedInitScript() - Constructor for class org.gradle.profiler.buildscan.GradleEnterpriseAlreadyAppliedInitScript
 
GradleEnterpriseInitScript - Class in org.gradle.profiler.buildscan
 
GradleEnterpriseInitScript(String) - Constructor for class org.gradle.profiler.buildscan.GradleEnterpriseInitScript
 
GradleInstrumentation - Class in org.gradle.profiler.instrument
Represents some instrumentation that uses Gradle APIs and that is injected by gradle-profiler.
GradleInstrumentation() - Constructor for class org.gradle.profiler.instrument.GradleInstrumentation
 
GradleInvoker - Interface in org.gradle.profiler.gradle
Performs operations on a build using Gradle.
GradleInvokerBuildAction - Class in org.gradle.profiler.gradle
 
GradleInvokerBuildAction() - Constructor for class org.gradle.profiler.gradle.GradleInvokerBuildAction
 
GradleScenarioDefinition - Class in org.gradle.profiler.gradle
 
GradleScenarioDefinition(String, String, GradleBuildInvoker, GradleBuildConfiguration, BuildAction, BuildAction, List<String>, Map<String, String>, List<BuildMutator>, int, int, File, List<String>, List<String>) - Constructor for class org.gradle.profiler.gradle.GradleScenarioDefinition
 
GradleScenarioInvoker - Class in org.gradle.profiler.gradle
 
GradleScenarioInvoker(DaemonControl, PidInstrumentation) - Constructor for class org.gradle.profiler.gradle.GradleScenarioInvoker
 

H

HeapDumpProfiler - Class in org.gradle.profiler.heapdump
 
HeapDumpProfiler() - Constructor for class org.gradle.profiler.heapdump.HeapDumpProfiler
 
HeapDumpProfilerFactory - Class in org.gradle.profiler.heapdump
 
HeapDumpProfilerFactory() - Constructor for class org.gradle.profiler.heapdump.HeapDumpProfilerFactory
 
HtmlGenerator - Class in org.gradle.profiler.report
 
HtmlGenerator(File) - Constructor for class org.gradle.profiler.report.HtmlGenerator
 

I

ICICLE_FILE_SUFFIX - Static variable in class org.gradle.profiler.flamegraph.FlameGraphGenerator
 
IDE_EXECUTION_TIME - Static variable in class org.gradle.profiler.studio.invoker.StudioBuildInvocationResult
 
inDir(File) - Method in class org.gradle.profiler.CommandExec
 
installPlugin(List<Path>) - Method in class org.gradle.profiler.studio.tools.StudioPluginInstaller
 
InstrumentingProfiler - Class in org.gradle.profiler
A profiler that can: Instrument a JVM using JVM args Start recording on JVM start, using JVM args Capture snapshot on JVM exit, using JVM args Use some communication mechanism to start recording in an instrumented JVM that is currently running. Use some communication mechanism to pause recording in an instrumented JVM that is currently running. Use some communication mechanism to capture a snapshot from an instrumented JVM that is currently running.
InstrumentingProfiler() - Constructor for class org.gradle.profiler.InstrumentingProfiler
 
InstrumentingProfiler.SnapshotCapturingProfilerController - Interface in org.gradle.profiler
 
interrupt() - Method in class org.gradle.profiler.CommandExec.RunHandle
 
InvocationSettings - Class in org.gradle.profiler
 
InvocationSettings.InvocationSettingsBuilder - Class in org.gradle.profiler
 
InvocationSettingsBuilder() - Constructor for class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
IO - Enum constant in enum class org.gradle.profiler.flamegraph.EventType
 
isBazel() - Method in class org.gradle.profiler.InvocationSettings
 
isBenchmark() - Method in class org.gradle.profiler.InvocationSettings
 
isBuck() - Method in class org.gradle.profiler.InvocationSettings
 
isCreatesStacksFiles() - Method in class org.gradle.profiler.asyncprofiler.AsyncProfiler
 
isCreatesStacksFiles() - Method in class org.gradle.profiler.jfr.JfrProfiler
 
isCreatesStacksFiles() - Method in class org.gradle.profiler.Profiler
 
isDoesNotUseDaemon() - Method in class org.gradle.profiler.BuildInvoker
 
isDoesNotUseDaemon() - Method in class org.gradle.profiler.gradle.GradleBuildInvoker
 
isDoesSomething() - Method in interface org.gradle.profiler.BuildAction
 
isDoesSomething() - Method in interface org.gradle.profiler.BuildStepAction
 
isDoesSomething() - Method in class org.gradle.profiler.gradle.LoadToolingModelAction
 
isDoesSomething() - Method in class org.gradle.profiler.gradle.RecordingBuildStepAction
 
isDoesSomething() - Method in class org.gradle.profiler.gradle.RunTasksAction
 
isDoesSomething() - Method in class org.gradle.profiler.gradle.RunToolingAction
 
isDoesSomething() - Method in class org.gradle.profiler.gradle.StopDaemonAfterAction
 
isDoesSomething() - Method in class org.gradle.profiler.RunBuildStepAction
 
isDoesSomething() - Method in class org.gradle.profiler.RunCleanupStepAction
 
isDoesSomething() - Method in class org.gradle.profiler.studio.AndroidStudioSyncAction
 
isDryRun() - Method in class org.gradle.profiler.InvocationSettings
 
isEmpty() - Method in class org.gradle.profiler.flamegraph.Stacks
 
isGenerateDiffs() - Method in class org.gradle.profiler.InvocationSettings
 
isHeapDump() - Method in class org.gradle.profiler.jprofiler.JProfilerConfig
 
isIncludeSystemThreads() - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerConfig
 
isLinuxX86() - Static method in class org.gradle.profiler.OperatingSystem
 
isMacOS() - Static method in class org.gradle.profiler.OperatingSystem
 
isMaven() - Method in class org.gradle.profiler.InvocationSettings
 
isMeasureConfigTime() - Method in class org.gradle.profiler.InvocationSettings
 
isMeasureGarbageCollection() - Method in class org.gradle.profiler.InvocationSettings
 
isMeasureLocalBuildCache() - Method in class org.gradle.profiler.InvocationSettings
 
isMemorySnapshot() - Method in class org.gradle.profiler.yourkit.YourKitConfig
 
isNegate() - Method in class org.gradle.profiler.flamegraph.Stacks
 
isProcessRunning() - Method in class org.gradle.profiler.studio.process.StudioProcessController
 
isProfile() - Method in class org.gradle.profiler.InvocationSettings
 
isRecordAlloc() - Method in class org.gradle.profiler.jprofiler.JProfilerConfig
 
isRecordMonitors() - Method in class org.gradle.profiler.jprofiler.JProfilerConfig
 
isReuseDaemon() - Method in class org.gradle.profiler.BuildInvoker
 
isReuseDaemon() - Method in class org.gradle.profiler.gradle.GradleBuildInvoker
 
isShouldCleanUpDaemon() - Method in class org.gradle.profiler.gradle.GradleBuildInvoker
 
isShowArguments() - Method in enum class org.gradle.profiler.flamegraph.DetailLevel
 
isShowArguments() - Method in class org.gradle.profiler.flamegraph.JfrToStacksConverter.Options
 
isShowLineNumbers() - Method in enum class org.gradle.profiler.flamegraph.DetailLevel
 
isShowLineNumbers() - Method in class org.gradle.profiler.flamegraph.JfrToStacksConverter.Options
 
isUseSampling() - Method in class org.gradle.profiler.yourkit.YourKitConfig
 
isUsesDaemon() - Method in enum class org.gradle.profiler.gradle.GradleClientSpec
 
isUsesScanPlugin() - Method in class org.gradle.profiler.GradleBuildConfiguration
 
isWindows() - Static method in class org.gradle.profiler.OperatingSystem
 

J

JcmdRunner - Class in org.gradle.profiler.jfr
 
JcmdRunner() - Constructor for class org.gradle.profiler.jfr.JcmdRunner
 
JFR - Enum constant in enum class org.gradle.profiler.asyncprofiler.AsyncProfilerOutputType
 
JFRArgs - Class in org.gradle.profiler.jfr
 
JFRArgs(String) - Constructor for class org.gradle.profiler.jfr.JFRArgs
 
JFRControl - Class in org.gradle.profiler.jfr
 
JFRControl(JFRArgs, File) - Constructor for class org.gradle.profiler.jfr.JFRControl
 
JFRJvmArgsCalculator - Class in org.gradle.profiler.jfr
 
JFRJvmArgsCalculator(JFRArgs, boolean, boolean, File) - Constructor for class org.gradle.profiler.jfr.JFRJvmArgsCalculator
 
JfrProfiler - Class in org.gradle.profiler.jfr
 
JfrProfilerFactory - Class in org.gradle.profiler.jfr
 
JfrProfilerFactory() - Constructor for class org.gradle.profiler.jfr.JfrProfilerFactory
 
JfrToStacksConverter - Class in org.gradle.profiler.flamegraph
Converts JFR recordings to the collapsed stacks format used by the FlameGraph tool.
JfrToStacksConverter(Map<DetailLevel, FlameGraphSanitizer>) - Constructor for class org.gradle.profiler.flamegraph.JfrToStacksConverter
 
JfrToStacksConverter.Options - Class in org.gradle.profiler.flamegraph
 
JProfiler - Class in org.gradle.profiler.jprofiler
 
JProfiler() - Constructor for class org.gradle.profiler.jprofiler.JProfiler
 
JProfilerConfig - Class in org.gradle.profiler.jprofiler
 
JProfilerConfig(String, String, String, String, boolean, boolean, boolean, List<String>) - Constructor for class org.gradle.profiler.jprofiler.JProfilerConfig
 
JProfilerConfigFileTransformer - Class in org.gradle.profiler.jprofiler
 
JProfilerConfigFileTransformer() - Constructor for class org.gradle.profiler.jprofiler.JProfilerConfigFileTransformer
 
JProfilerController - Class in org.gradle.profiler.jprofiler
 
JProfilerController(ScenarioSettings, JProfilerConfig) - Constructor for class org.gradle.profiler.jprofiler.JProfilerController
 
JProfilerJvmArgsCalculator - Class in org.gradle.profiler.jprofiler
 
JProfilerJvmArgsCalculator(JProfilerConfig, ScenarioSettings, boolean, boolean) - Constructor for class org.gradle.profiler.jprofiler.JProfilerJvmArgsCalculator
 
JProfilerProfiler - Class in org.gradle.profiler.jprofiler
 
JProfilerProfilerFactory - Class in org.gradle.profiler.jprofiler
 
JProfilerProfilerFactory() - Constructor for class org.gradle.profiler.jprofiler.JProfilerProfilerFactory
 
JsonResultWriter - Class in org.gradle.profiler.report
 
JsonResultWriter(boolean) - Constructor for class org.gradle.profiler.report.JsonResultWriter
 
JvmArgsCalculator - Interface in org.gradle.profiler
 
jvmArgsWithInstrumentation(ScenarioSettings, boolean, boolean) - Method in class org.gradle.profiler.asyncprofiler.AsyncProfiler
 
jvmArgsWithInstrumentation(ScenarioSettings, boolean, boolean) - Method in class org.gradle.profiler.InstrumentingProfiler
Creates JVM args to instrument that JVM with the given capabilities enabled.
jvmArgsWithInstrumentation(ScenarioSettings, boolean, boolean) - Method in class org.gradle.profiler.jfr.JfrProfiler
 
jvmArgsWithInstrumentation(ScenarioSettings, boolean, boolean) - Method in class org.gradle.profiler.jprofiler.JProfilerProfiler
 
jvmArgsWithInstrumentation(ScenarioSettings, boolean, boolean) - Method in class org.gradle.profiler.yourkit.YourKitProfiler
 

K

kill() - Method in class org.gradle.profiler.CommandExec.RunHandle
 

L

launchStudio(File) - Method in class org.gradle.profiler.studio.launcher.StudioLauncher
 
loadToolingModel(List<String>, List<String>, List<String>, Class<?>) - Method in class org.gradle.profiler.gradle.CliGradleClient
 
loadToolingModel(List<String>, List<String>, List<String>, Class<?>) - Method in interface org.gradle.profiler.gradle.GradleInvoker
 
loadToolingModel(List<String>, List<String>, List<String>, Class<?>) - Method in class org.gradle.profiler.gradle.ToolingApiGradleClient
 
LoadToolingModelAction - Class in org.gradle.profiler.gradle
 
LoadToolingModelAction(Class<?>, List<String>) - Constructor for class org.gradle.profiler.gradle.LoadToolingModelAction
 
LOCAL_BUILD_CACHE_SIZE - Static variable in class org.gradle.profiler.gradle.GradleBuildInvocationResult
 
Logging - Class in org.gradle.profiler
 
Logging() - Constructor for class org.gradle.profiler.Logging
 
LONG - Enum constant in enum class org.gradle.profiler.report.Format
 

M

main(String[]) - Static method in class org.gradle.profiler.Main
 
Main - Class in org.gradle.profiler
 
Main() - Constructor for class org.gradle.profiler.Main
 
map(Config, String, Map<String, String>) - Static method in class org.gradle.profiler.ConfigUtil
 
map(List<String>) - Method in interface org.gradle.profiler.flamegraph.FlameGraphSanitizer.SanitizeFunction
 
matches(IItem) - Method in enum class org.gradle.profiler.flamegraph.EventType
 
Maven - Static variable in class org.gradle.profiler.BuildInvoker
 
MavenScenarioDefinition - Class in org.gradle.profiler.maven
 
MavenScenarioDefinition(String, String, List<String>, List<BuildMutator>, int, int, File, File) - Constructor for class org.gradle.profiler.maven.MavenScenarioDefinition
 
MavenScenarioInvoker - Class in org.gradle.profiler.maven
 
MavenScenarioInvoker() - Constructor for class org.gradle.profiler.maven.MavenScenarioInvoker
 
maybeStartProcess() - Method in class org.gradle.profiler.studio.process.StudioProcessController
Starts process if it was not started yet.
MEASURE - Enum constant in enum class org.gradle.profiler.Phase
 
MONITOR_BLOCKED - Enum constant in enum class org.gradle.profiler.flamegraph.EventType
 

N

NEVER - Enum constant in enum class org.gradle.profiler.studio.StudioGradleClient.CleanCacheMode
 
newBuilder() - Method in class org.gradle.profiler.InvocationSettings
 
newController(String, ScenarioSettings) - Method in class org.gradle.profiler.InstrumentingProfiler
Creates a controller for this profiler.
newController(String, ScenarioSettings) - Method in class org.gradle.profiler.Profiler
 
newGradleArgsCalculator(ScenarioSettings) - Method in class org.gradle.profiler.buildscan.BuildScanProfiler
 
newGradleArgsCalculator(ScenarioSettings) - Method in class org.gradle.profiler.chrometrace.ChromeTraceProfiler
 
newGradleArgsCalculator(ScenarioSettings) - Method in class org.gradle.profiler.heapdump.HeapDumpProfiler
 
newGradleArgsCalculator(ScenarioSettings) - Method in class org.gradle.profiler.Profiler
Returns a calculator that provides Gradle args that should be applied to all builds, including warm-up builds.
newInstance(Config, String, InvocationSettings, String, AbstractCleanupMutator.CleanupSchedule) - Method in class org.gradle.profiler.mutations.AbstractCleanupMutator.Configurator
 
newInstance(Config, String, InvocationSettings, String, AbstractCleanupMutator.CleanupSchedule) - Method in class org.gradle.profiler.mutations.ClearArtifactTransformCacheMutator.Configurator
 
newInstance(Config, String, InvocationSettings, String, AbstractCleanupMutator.CleanupSchedule) - Method in class org.gradle.profiler.mutations.ClearBuildCacheMutator.Configurator
 
newInstance(Config, String, InvocationSettings, String, AbstractCleanupMutator.CleanupSchedule) - Method in class org.gradle.profiler.mutations.ClearConfigurationCacheStateMutator.Configurator
 
newInstance(Config, String, InvocationSettings, String, AbstractCleanupMutator.CleanupSchedule) - Method in class org.gradle.profiler.mutations.ClearGradleUserHomeMutator.Configurator
 
newInstance(Config, String, InvocationSettings, String, AbstractCleanupMutator.CleanupSchedule) - Method in class org.gradle.profiler.mutations.ClearJarsCacheMutator.Configurator
 
newInstance(Config, String, InvocationSettings, String, AbstractCleanupMutator.CleanupSchedule) - Method in class org.gradle.profiler.mutations.ClearProjectCacheMutator.Configurator
 
newInstrumentedBuildsGradleArgsCalculator(ScenarioSettings) - Method in class org.gradle.profiler.buildscan.BuildScanProfiler
 
newInstrumentedBuildsGradleArgsCalculator(ScenarioSettings) - Method in class org.gradle.profiler.chrometrace.ChromeTraceProfiler
 
newInstrumentedBuildsGradleArgsCalculator(ScenarioSettings) - Method in class org.gradle.profiler.Profiler
Returns a calculator that provides Gradle args that should be applied to instrumented builds, but not warm-up builds.
newInstrumentedBuildsJvmArgsCalculator(ScenarioSettings) - Method in class org.gradle.profiler.InstrumentingProfiler
Calculates the JVM args for measured builds.
newInstrumentedBuildsJvmArgsCalculator(ScenarioSettings) - Method in class org.gradle.profiler.Profiler
Returns a calculator that provides JVM args that should be applied to instrumented builds, but not warm-up builds.
newJvmArgsCalculator(ScenarioSettings) - Method in class org.gradle.profiler.InstrumentingProfiler
Calculates the JVM args for all builds, including warm-ups.
newJvmArgsCalculator(ScenarioSettings) - Method in class org.gradle.profiler.Profiler
Returns a calculator that provides JVM args that should be applied to all builds, including warm-up builds.
NO_OP - Static variable in interface org.gradle.profiler.BuildAction
 
NONE - Static variable in class org.gradle.profiler.Profiler
 
NONE - Static variable in class org.gradle.profiler.ProfilerFactory
 
NOOP - Static variable in interface org.gradle.profiler.BuildMutator
 
NORMALIZE_LAMBDA_NAMES - Static variable in class org.gradle.profiler.flamegraph.FlameGraphSanitizer
 

O

of(List<String>) - Static method in class org.gradle.profiler.ProfilerFactory
 
OperatingSystem - Class in org.gradle.profiler
 
OperatingSystem() - Constructor for class org.gradle.profiler.OperatingSystem
 
optionalInteger(Config, String) - Static method in class org.gradle.profiler.ConfigUtil
 
Options(EventType, boolean, boolean) - Constructor for class org.gradle.profiler.flamegraph.JfrToStacksConverter.Options
 
org.gradle.profiler - package org.gradle.profiler
 
org.gradle.profiler.asyncprofiler - package org.gradle.profiler.asyncprofiler
 
org.gradle.profiler.bazel - package org.gradle.profiler.bazel
 
org.gradle.profiler.buck - package org.gradle.profiler.buck
 
org.gradle.profiler.buildops - package org.gradle.profiler.buildops
 
org.gradle.profiler.buildscan - package org.gradle.profiler.buildscan
 
org.gradle.profiler.chrometrace - package org.gradle.profiler.chrometrace
 
org.gradle.profiler.flamegraph - package org.gradle.profiler.flamegraph
 
org.gradle.profiler.gradle - package org.gradle.profiler.gradle
 
org.gradle.profiler.heapdump - package org.gradle.profiler.heapdump
 
org.gradle.profiler.instrument - package org.gradle.profiler.instrument
 
org.gradle.profiler.jfr - package org.gradle.profiler.jfr
 
org.gradle.profiler.jprofiler - package org.gradle.profiler.jprofiler
 
org.gradle.profiler.maven - package org.gradle.profiler.maven
 
org.gradle.profiler.mutations - package org.gradle.profiler.mutations
 
org.gradle.profiler.mutations.support - package org.gradle.profiler.mutations.support
 
org.gradle.profiler.report - package org.gradle.profiler.report
 
org.gradle.profiler.result - package org.gradle.profiler.result
 
org.gradle.profiler.studio - package org.gradle.profiler.studio
 
org.gradle.profiler.studio.invoker - package org.gradle.profiler.studio.invoker
 
org.gradle.profiler.studio.launcher - package org.gradle.profiler.studio.launcher
 
org.gradle.profiler.studio.process - package org.gradle.profiler.studio.process
 
org.gradle.profiler.studio.tools - package org.gradle.profiler.studio.tools
 
org.gradle.profiler.toolingapi - package org.gradle.profiler.toolingapi
 
org.gradle.profiler.yourkit - package org.gradle.profiler.yourkit
 

P

parse(String) - Static method in enum class org.gradle.profiler.report.Format
 
partialSandbox(Path, Path, Path) - Static method in class org.gradle.profiler.studio.tools.StudioSandboxCreator.StudioSandbox
 
Phase - Enum Class in org.gradle.profiler
 
PidInstrumentation - Class in org.gradle.profiler.instrument
 
PidInstrumentation() - Constructor for class org.gradle.profiler.instrument.PidInstrumentation
 
plus(GradleArgsCalculator) - Method in interface org.gradle.profiler.GradleArgsCalculator
 
PORT - Static variable in class org.gradle.profiler.yourkit.YourKitJvmArgsCalculator
 
postFixFor(EventType, DetailLevel) - Static method in class org.gradle.profiler.flamegraph.Stacks
 
printDetail(PrintStream) - Method in class org.gradle.profiler.buck.BuckScenarioDefinition
 
printDetail(PrintStream) - Method in class org.gradle.profiler.BuildToolCommandLineScenarioDefinition
 
printDetail(PrintStream) - Method in class org.gradle.profiler.gradle.GradleScenarioDefinition
 
printDetail(PrintStream) - Method in class org.gradle.profiler.ScenarioDefinition
 
printTo(PrintStream) - Method in class org.gradle.profiler.InvocationSettings
 
printTo(PrintStream) - Method in class org.gradle.profiler.ScenarioDefinition
 
printVersionInfo() - Method in class org.gradle.profiler.GradleBuildConfiguration
 
Profiler - Class in org.gradle.profiler
 
Profiler() - Constructor for class org.gradle.profiler.Profiler
 
ProfilerController - Interface in org.gradle.profiler
 
ProfilerFactory - Class in org.gradle.profiler
Represents some profiling strategy.
ProfilerFactory() - Constructor for class org.gradle.profiler.ProfilerFactory
 
profilerOutputLocationFor(String) - Method in class org.gradle.profiler.ScenarioSettings
 
profileWarmUps() - Method in class org.gradle.profiler.BuildInvoker
 
profileWarmUps() - Method in class org.gradle.profiler.gradle.GradleBuildInvoker
 
ProjectCombinations(List<String>, Set<Set<String>>) - Constructor for class org.gradle.profiler.mutations.ApplyProjectDependencyChangeMutator.ProjectCombinations
 
projectDir - Variable in class org.gradle.profiler.mutations.AbstractGitMutator
 

R

raw(FlameGraphSanitizer.SanitizeFunction...) - Static method in class org.gradle.profiler.flamegraph.FlameGraphSanitizer
 
RAW - Enum constant in enum class org.gradle.profiler.flamegraph.DetailLevel
 
readConfiguration() - Method in class org.gradle.profiler.gradle.DefaultGradleBuildConfigurationReader
 
readConfiguration() - Method in interface org.gradle.profiler.GradleBuildConfigurationReader
 
readConfiguration(String) - Method in class org.gradle.profiler.gradle.DefaultGradleBuildConfigurationReader
 
readConfiguration(String) - Method in interface org.gradle.profiler.GradleBuildConfigurationReader
 
readUnchecked(Path) - Static method in class org.gradle.profiler.mutations.support.FileSupport
 
RecordingBuildStepAction - Class in org.gradle.profiler.gradle
 
RecordingBuildStepAction(BuildStepAction<GradleBuildInvocationResult>, BuildStepAction<?>, GradleScenarioDefinition, ProfilerController) - Constructor for class org.gradle.profiler.gradle.RecordingBuildStepAction
 
requiresInitScript() - Method in class org.gradle.profiler.buildops.BuildOperationInstrumentation
 
resetGit() - Method in class org.gradle.profiler.mutations.AbstractGitMutator
 
resetLogging() - Static method in class org.gradle.profiler.Logging
Resets logging to its original state before Logging.setupLogging(File) was called.
revert(File, String) - Method in class org.gradle.profiler.mutations.AbstractFileChangeMutator
 
run(ProcessBuilder) - Method in class org.gradle.profiler.CommandExec
 
run(String...) - Method in class org.gradle.profiler.CommandExec
 
run(String[]) - Method in class org.gradle.profiler.Main
 
run(String, String...) - Method in class org.gradle.profiler.jfr.JcmdRunner
 
run(Collection<String>) - Method in class org.gradle.profiler.CommandExec
 
run(Function<StudioProcess.StudioConnections, R>) - Method in class org.gradle.profiler.studio.process.StudioProcessController
Runs actions on the connections to Android Studio.
run(BazelScenarioDefinition, InvocationSettings, Consumer<BuildInvocationResult>) - Method in class org.gradle.profiler.bazel.BazelScenarioInvoker
 
run(BuckScenarioDefinition, InvocationSettings, Consumer<BuildInvocationResult>) - Method in class org.gradle.profiler.buck.BuckScenarioInvoker
 
run(BuildContext, BuildStep) - Method in interface org.gradle.profiler.BuildStepAction
Runs a single build step.
run(BuildContext, BuildStep) - Method in class org.gradle.profiler.gradle.RecordingBuildStepAction
 
run(BuildContext, BuildStep) - Method in class org.gradle.profiler.gradle.StopDaemonAfterAction
 
run(BuildContext, BuildStep) - Method in class org.gradle.profiler.RunBuildStepAction
 
run(BuildContext, BuildStep) - Method in class org.gradle.profiler.RunCleanupStepAction
 
run(GradleInvoker, List<String>, List<String>) - Method in class org.gradle.profiler.gradle.GradleInvokerBuildAction
 
run(GradleInvoker, List<String>, List<String>) - Method in class org.gradle.profiler.gradle.LoadToolingModelAction
 
run(GradleInvoker, List<String>, List<String>) - Method in class org.gradle.profiler.gradle.RunTasksAction
 
run(GradleInvoker, List<String>, List<String>) - Method in class org.gradle.profiler.gradle.RunToolingAction
 
run(GradleScenarioDefinition, InvocationSettings, Consumer<GradleBuildInvocationResult>) - Method in class org.gradle.profiler.gradle.GradleScenarioInvoker
 
run(GradleClient, List<String>, List<String>) - Method in interface org.gradle.profiler.BuildAction
Runs the work of this action and returns the result.
run(GradleClient, List<String>, List<String>) - Method in class org.gradle.profiler.gradle.GradleInvokerBuildAction
 
run(GradleClient, List<String>, List<String>) - Method in class org.gradle.profiler.studio.AndroidStudioSyncAction
 
run(MavenScenarioDefinition, InvocationSettings, Consumer<BuildInvocationResult>) - Method in class org.gradle.profiler.maven.MavenScenarioInvoker
 
run(StudioGradleScenarioDefinition, InvocationSettings, Consumer<StudioBuildInvocationResult>) - Method in class org.gradle.profiler.studio.invoker.StudioGradleScenarioInvoker
 
run(T, InvocationSettings, Consumer<R>) - Method in class org.gradle.profiler.ScenarioInvoker
Runs a scenario and collects the results.
runAndCollectOutput(File, ProcessBuilder) - Method in class org.gradle.profiler.CommandExec
 
runAndCollectOutput(File, String...) - Method in class org.gradle.profiler.CommandExec
 
runAndCollectOutput(File, Collection<String>) - Method in class org.gradle.profiler.CommandExec
 
runAndCollectOutput(String...) - Method in class org.gradle.profiler.CommandExec
 
runAndCollectOutput(List<String>) - Method in class org.gradle.profiler.CommandExec
 
runAndWaitToStop(Consumer<StudioProcess.StudioConnections>) - Method in class org.gradle.profiler.studio.process.StudioProcessController
Runs actions on the connections to Android Studio and stops the process.
RunBuildStepAction<T extends BuildInvocationResult> - Class in org.gradle.profiler
 
RunBuildStepAction(BuildStepAction<? extends T>, BuildMutator) - Constructor for class org.gradle.profiler.RunBuildStepAction
 
RunCleanupStepAction<T extends BuildInvocationResult> - Class in org.gradle.profiler
 
RunCleanupStepAction(BuildStepAction<T>, BuildMutator) - Constructor for class org.gradle.profiler.RunCleanupStepAction
 
runGradle(String...) - Method in class org.gradle.profiler.GradleBuildConfiguration
 
runMeasured(BuildContext, BuildMutator, BuildStepAction<? extends R>, Consumer<? super R>) - Method in class org.gradle.profiler.ScenarioInvoker
Runs a single measured build and collects the result.
runOperation(Function<ProjectConnection, T>, Function<T, R>) - Method in class org.gradle.profiler.gradle.ToolingApiGradleClient
 
runTasks(List<String>, List<String>, List<String>) - Method in class org.gradle.profiler.gradle.CliGradleClient
 
runTasks(List<String>, List<String>, List<String>) - Method in interface org.gradle.profiler.gradle.GradleInvoker
 
runTasks(List<String>, List<String>, List<String>) - Method in class org.gradle.profiler.gradle.ToolingApiGradleClient
 
RunTasksAction - Class in org.gradle.profiler.gradle
 
RunTasksAction(List<String>) - Constructor for class org.gradle.profiler.gradle.RunTasksAction
 
runToolingAction(List<String>, List<String>, List<String>, BuildAction<T>, Consumer<BuildActionExecuter<?>>) - Method in class org.gradle.profiler.gradle.CliGradleClient
 
runToolingAction(List<String>, List<String>, List<String>, BuildAction<T>, Consumer<BuildActionExecuter<?>>) - Method in interface org.gradle.profiler.gradle.GradleInvoker
 
runToolingAction(List<String>, List<String>, List<String>, BuildAction<T>, Consumer<BuildActionExecuter<?>>) - Method in class org.gradle.profiler.gradle.ToolingApiGradleClient
 
RunToolingAction - Class in org.gradle.profiler.gradle
 
RunToolingAction(BuildAction<?>, List<String>) - Constructor for class org.gradle.profiler.gradle.RunToolingAction
 

S

safeFileName(String) - Static method in class org.gradle.profiler.gradle.GradleScenarioDefinition
 
Sample<T extends BuildInvocationResult> - Class in org.gradle.profiler.result
 
Sample(String, String) - Constructor for class org.gradle.profiler.result.Sample
 
sampleBuildOperation(String) - Static method in class org.gradle.profiler.gradle.GradleBuildInvocationResult
 
SampleProvider<T extends BuildInvocationResult> - Interface in org.gradle.profiler.result
Provides all samples for the results.
SAMPLES - Enum constant in enum class org.gradle.profiler.asyncprofiler.AsyncProfilerConfig.Counter
 
samplesFor(InvocationSettings, GradleScenarioDefinition) - Method in class org.gradle.profiler.gradle.GradleScenarioInvoker
 
samplesFor(InvocationSettings, StudioGradleScenarioDefinition) - Method in class org.gradle.profiler.studio.invoker.StudioGradleScenarioInvoker
 
samplesFor(InvocationSettings, T) - Method in class org.gradle.profiler.ScenarioInvoker
Which samples will this invoker generate for the given settings?
sanitize(File, File) - Method in class org.gradle.profiler.flamegraph.FlameGraphSanitizer
 
scenario(S, SampleProvider<T>) - Method in class org.gradle.profiler.BenchmarkResultCollector
 
SCENARIO - Enum constant in enum class org.gradle.profiler.mutations.AbstractCleanupMutator.CleanupSchedule
 
ScenarioContext - Interface in org.gradle.profiler
 
ScenarioDefinition - Class in org.gradle.profiler
 
ScenarioDefinition(String, String, List<BuildMutator>, int, int, File) - Constructor for class org.gradle.profiler.ScenarioDefinition
 
ScenarioInvoker<T extends ScenarioDefinition,R extends BuildInvocationResult> - Class in org.gradle.profiler
 
ScenarioInvoker() - Constructor for class org.gradle.profiler.ScenarioInvoker
 
ScenarioSettings - Class in org.gradle.profiler
 
ScenarioSettings(InvocationSettings, ScenarioDefinition) - Constructor for class org.gradle.profiler.ScenarioSettings
 
ScenarioSupport - Class in org.gradle.profiler.mutations.support
 
ScenarioSupport() - Constructor for class org.gradle.profiler.mutations.support.ScenarioSupport
 
setBenchmark(boolean) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setBenchmarkTitle(String) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
The title of the benchmark.
setBuildLog(File) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setCsvFormat(Format) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setDryRun(boolean) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setGenerateDiffs(boolean) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setGradleUserHome(File) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setInvoker(BuildInvoker) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setIterations(Integer) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setMeasureConfigTime(boolean) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setMeasuredBuildOperations(List<String>) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setMeasureGarbageCollection(boolean) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setMeasureLocalBuildCache(boolean) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setOutputDir(File) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setPort(int) - Method in class org.gradle.profiler.jprofiler.JProfilerConfig
 
setProfiler(Profiler) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setProjectDir(File) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setScenarioFile(File) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setStudioInstallDir(File) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setStudioSandboxDir(File) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setSysProperties(Map<String, String>) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setTargets(List<String>) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setupLogging(File) - Static method in class org.gradle.profiler.Logging
Routes System.out to log file.
setVersions(List<String>) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
setWarmupCount(Integer) - Method in class org.gradle.profiler.InvocationSettings.InvocationSettingsBuilder
 
ShowBuildCacheSizeMutator - Class in org.gradle.profiler.mutations
 
ShowBuildCacheSizeMutator(File) - Constructor for class org.gradle.profiler.mutations.ShowBuildCacheSizeMutator
 
ShowBuildCacheSizeMutator.Configurator - Class in org.gradle.profiler.mutations
 
SIMPLE_NAMES - Static variable in class org.gradle.profiler.flamegraph.FlameGraphSanitizer
 
simplified(FlameGraphSanitizer.SanitizeFunction...) - Static method in class org.gradle.profiler.flamegraph.FlameGraphSanitizer
 
SIMPLIFIED - Enum constant in enum class org.gradle.profiler.flamegraph.DetailLevel
 
SingleInvocationDurationSample<T extends BuildInvocationResult> - Class in org.gradle.profiler.result
 
SingleInvocationDurationSample(String) - Constructor for class org.gradle.profiler.result.SingleInvocationDurationSample
 
sourceFile - Variable in class org.gradle.profiler.mutations.AbstractFileChangeMutator
 
sourceFiles(Config, String, File, String) - Static method in class org.gradle.profiler.mutations.support.ScenarioSupport
 
split(String) - Static method in class org.gradle.profiler.ArgumentsSplitter
Splits the arguments string (for example, a program command line) into a collection.
Stacks - Class in org.gradle.profiler.flamegraph
 
Stacks(File, EventType, DetailLevel, String) - Constructor for class org.gradle.profiler.flamegraph.Stacks
 
Stacks(File, EventType, DetailLevel, String, boolean) - Constructor for class org.gradle.profiler.flamegraph.Stacks
 
STACKS - Enum constant in enum class org.gradle.profiler.asyncprofiler.AsyncProfilerOutputType
 
STACKS_FILE_SUFFIX - Static variable in class org.gradle.profiler.flamegraph.Stacks
 
start(ProcessBuilder) - Method in class org.gradle.profiler.CommandExec
 
start(String...) - Method in class org.gradle.profiler.CommandExec
 
start(Collection<String>) - Method in class org.gradle.profiler.CommandExec
 
startOperation(String) - Static method in class org.gradle.profiler.Logging
Writes an operation header.
startRecording() - Method in interface org.gradle.profiler.ProfilerController
Tells the profiler to start collecting data (again).
startRecording(String) - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerController
 
startRecording(String) - Method in interface org.gradle.profiler.InstrumentingProfiler.SnapshotCapturingProfilerController
 
startRecording(String) - Method in class org.gradle.profiler.jfr.JFRControl
 
startRecording(String) - Method in class org.gradle.profiler.jprofiler.JProfilerController
 
startRecording(String) - Method in class org.gradle.profiler.yourkit.YourKitProfilerController
 
startSession() - Method in interface org.gradle.profiler.ProfilerController
Connects the profiler to the daemon and does any other one-time setup work.
stop(GradleBuildConfiguration) - Method in class org.gradle.profiler.gradle.DaemonControl
 
StopDaemonAfterAction<T extends BuildInvocationResult> - Class in org.gradle.profiler.gradle
 
StopDaemonAfterAction(BuildStepAction<T>, DaemonControl, GradleBuildConfiguration) - Constructor for class org.gradle.profiler.gradle.StopDaemonAfterAction
 
stopRecording(String) - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerController
 
stopRecording(String) - Method in interface org.gradle.profiler.InstrumentingProfiler.SnapshotCapturingProfilerController
 
stopRecording(String) - Method in class org.gradle.profiler.jfr.JFRControl
 
stopRecording(String) - Method in class org.gradle.profiler.jprofiler.JProfilerController
 
stopRecording(String) - Method in interface org.gradle.profiler.ProfilerController
Tells the profiler to stop collecting data for now, e.g.
stopRecording(String) - Method in class org.gradle.profiler.yourkit.YourKitProfilerController
 
stopSession() - Method in class org.gradle.profiler.asyncprofiler.AsyncProfilerController
 
stopSession() - Method in interface org.gradle.profiler.InstrumentingProfiler.SnapshotCapturingProfilerController
 
stopSession() - Method in class org.gradle.profiler.jfr.JFRControl
 
stopSession() - Method in class org.gradle.profiler.jprofiler.JProfilerController
 
stopSession() - Method in interface org.gradle.profiler.ProfilerController
Ends the profiling session, writing the collected results to disk and disconnecting the profiler from the daemon.
stopSession() - Method in class org.gradle.profiler.yourkit.YourKitProfilerController
 
string(Config, String) - Static method in class org.gradle.profiler.ConfigUtil
 
string(Config, String, String) - Static method in class org.gradle.profiler.ConfigUtil
 
strings(Config, String) - Static method in class org.gradle.profiler.ConfigUtil
 
strings(Config, String, List<String>) - Static method in class org.gradle.profiler.ConfigUtil
 
StudioBuildActionResult - Class in org.gradle.profiler.studio.invoker
 
StudioBuildActionResult(Duration, Duration, List<Duration>, Duration) - Constructor for class org.gradle.profiler.studio.invoker.StudioBuildActionResult
 
StudioBuildInvocationResult - Class in org.gradle.profiler.studio.invoker
 
StudioBuildInvocationResult(GradleBuildInvocationResult) - Constructor for class org.gradle.profiler.studio.invoker.StudioBuildInvocationResult
 
StudioConnections(ServerConnection, ServerConnection) - Constructor for class org.gradle.profiler.studio.process.StudioProcess.StudioConnections
 
StudioFinder - Class in org.gradle.profiler.studio.tools
 
StudioFinder() - Constructor for class org.gradle.profiler.studio.tools.StudioFinder
 
StudioGradleClient - Class in org.gradle.profiler.studio
 
StudioGradleClient(StudioGradleScenarioDefinition.StudioGradleBuildConfiguration, InvocationSettings, StudioGradleClient.CleanCacheMode) - Constructor for class org.gradle.profiler.studio.StudioGradleClient
 
StudioGradleClient.CleanCacheMode - Enum Class in org.gradle.profiler.studio
 
StudioGradleScenarioDefinition - Class in org.gradle.profiler.studio.invoker
 
StudioGradleScenarioDefinition(GradleScenarioDefinition, List<String>, List<String>, String, String, String, Path) - Constructor for class org.gradle.profiler.studio.invoker.StudioGradleScenarioDefinition
 
StudioGradleScenarioDefinition.StudioGradleBuildConfiguration - Class in org.gradle.profiler.studio.invoker
 
StudioGradleScenarioInvoker - Class in org.gradle.profiler.studio.invoker
 
StudioGradleScenarioInvoker(GradleScenarioInvoker) - Constructor for class org.gradle.profiler.studio.invoker.StudioGradleScenarioInvoker
 
StudioInstallDirSupplier - Class in org.gradle.profiler.studio
 
StudioInstallDirSupplier(InvocationSettings, StudioGradleScenarioDefinition.StudioGradleBuildConfiguration) - Constructor for class org.gradle.profiler.studio.StudioInstallDirSupplier
 
StudioLauncher - Class in org.gradle.profiler.studio.launcher
 
StudioLauncher(Path, String, Path, List<String>, StudioSandboxCreator.StudioSandbox, List<String>) - Constructor for class org.gradle.profiler.studio.launcher.StudioLauncher
 
StudioLauncherProvider - Class in org.gradle.profiler.studio.launcher
 
StudioLauncherProvider(Path, StudioSandboxCreator.StudioSandbox, List<String>, List<String>) - Constructor for class org.gradle.profiler.studio.launcher.StudioLauncherProvider
 
StudioPluginInstaller - Class in org.gradle.profiler.studio.tools
Installs the Android Studio plugin into the plugins directory.
StudioPluginInstaller(Path) - Constructor for class org.gradle.profiler.studio.tools.StudioPluginInstaller
 
StudioProcess - Class in org.gradle.profiler.studio.process
 
StudioProcess(Path, StudioSandboxCreator.StudioSandbox, InvocationSettings, List<String>, List<String>) - Constructor for class org.gradle.profiler.studio.process.StudioProcess
 
StudioProcess.StudioConnections - Class in org.gradle.profiler.studio.process
 
StudioProcessController - Class in org.gradle.profiler.studio.process
Controls Studio process and connections.
StudioProcessController(Supplier<Path>, StudioSandboxCreator.StudioSandbox, InvocationSettings, StudioGradleScenarioDefinition.StudioGradleBuildConfiguration) - Constructor for class org.gradle.profiler.studio.process.StudioProcessController
 
StudioSandboxCreator - Class in org.gradle.profiler.studio.tools
 
StudioSandboxCreator() - Constructor for class org.gradle.profiler.studio.tools.StudioSandboxCreator
 
StudioSandboxCreator.StudioSandbox - Class in org.gradle.profiler.studio.tools
 
summarizeResultFile(File, Consumer<String>) - Method in class org.gradle.profiler.asyncprofiler.AsyncProfiler
 
summarizeResultFile(File, Consumer<String>) - Method in class org.gradle.profiler.buildscan.BuildScanProfiler
 
summarizeResultFile(File, Consumer<String>) - Method in class org.gradle.profiler.chrometrace.ChromeTraceProfiler
 
summarizeResultFile(File, Consumer<String>) - Method in class org.gradle.profiler.heapdump.HeapDumpProfiler
 
summarizeResultFile(File, Consumer<String>) - Method in class org.gradle.profiler.jfr.JfrProfiler
 
summarizeResultFile(File, Consumer<String>) - Method in class org.gradle.profiler.jprofiler.JProfilerProfiler
 
summarizeResultFile(File, Consumer<String>) - Method in class org.gradle.profiler.Profiler
Describe the given file, if recognized and should be reported to the user.
summarizeResultFile(File, Consumer<String>) - Method in class org.gradle.profiler.yourkit.YourKitProfiler
 
summarizeResults(Consumer<String>) - Method in class org.gradle.profiler.BenchmarkResultCollector
Summarize the results for the user.
summarizeResults(Consumer<String>) - Method in class org.gradle.profiler.report.AbstractGenerator
 
sync(List<String>, List<String>) - Method in class org.gradle.profiler.studio.StudioGradleClient
 

T

TIME_TO_TASK_EXECUTION - Static variable in class org.gradle.profiler.gradle.GradleBuildInvocationResult
 
Timer - Class in org.gradle.profiler
 
Timer() - Constructor for class org.gradle.profiler.Timer
 
ToolingApi - Enum constant in enum class org.gradle.profiler.gradle.GradleClientSpec
 
ToolingApi - Static variable in class org.gradle.profiler.gradle.GradleBuildInvoker
Invokers should be public since they are used in the gradle/gradle project
ToolingApiGradleClient - Class in org.gradle.profiler.gradle
 
ToolingApiGradleClient(ProjectConnection) - Constructor for class org.gradle.profiler.gradle.ToolingApiGradleClient
 
toString() - Method in class org.gradle.profiler.asyncprofiler.AsyncProfiler
 
toString() - Method in class org.gradle.profiler.buildscan.BuildScanProfiler
 
toString() - Method in class org.gradle.profiler.chrometrace.ChromeTraceProfiler
 
toString() - Method in class org.gradle.profiler.CompositeBuildMutator
 
toString() - Method in class org.gradle.profiler.gradle.GradleBuildInvoker
 
toString() - Method in enum class org.gradle.profiler.gradle.GradleClientSpec
 
toString() - Method in class org.gradle.profiler.jfr.JfrProfiler
 
toString() - Method in class org.gradle.profiler.jprofiler.JProfilerProfiler
 
toString() - Method in class org.gradle.profiler.mutations.AbstractBuildMutator
 
toString() - Method in class org.gradle.profiler.mutations.AbstractCleanupMutator
 
toString() - Method in class org.gradle.profiler.mutations.AbstractFileChangeMutator
 
toString() - Method in class org.gradle.profiler.mutations.GitCheckoutMutator
 
toString() - Method in class org.gradle.profiler.mutations.GitRevertMutator
 
toString() - Method in class org.gradle.profiler.yourkit.YourKitProfiler
 
TOTAL - Enum constant in enum class org.gradle.profiler.asyncprofiler.AsyncProfilerConfig.Counter
 
transform(File, String, JProfilerConfig, String, boolean) - Static method in class org.gradle.profiler.jprofiler.JProfilerConfigFileTransformer
 

U

uninstallPlugin() - Method in class org.gradle.profiler.studio.tools.StudioPluginInstaller
We delete plugins Quietly at uninstall, since we don't want gradle-profiler to fail in that case.
unpackPlugin(String) - Static method in class org.gradle.profiler.instrument.GradleInstrumentation
 

V

validate() - Method in class org.gradle.profiler.ScenarioDefinition
 
validate(BuildInvoker) - Method in interface org.gradle.profiler.BuildMutator
Validates if the mutator works with the given invoker.
validate(BuildInvoker) - Method in class org.gradle.profiler.mutations.AbstractCleanupMutator
 
validate(BuildInvoker) - Method in class org.gradle.profiler.mutations.ApplyProjectDependencyChangeMutator
 
validate(BuildInvoker) - Method in class org.gradle.profiler.mutations.ClearConfigurationCacheStateMutator
 
validate(ScenarioSettings, Consumer<String>) - Method in class org.gradle.profiler.asyncprofiler.AsyncProfiler
 
validate(ScenarioSettings, Consumer<String>) - Method in class org.gradle.profiler.InstrumentingProfiler
 
validate(ScenarioSettings, Consumer<String>) - Method in class org.gradle.profiler.jfr.JfrProfiler
 
validate(ScenarioSettings, Consumer<String>) - Method in class org.gradle.profiler.Profiler
 
validateMultipleDaemons(ScenarioSettings, Consumer<String>) - Method in class org.gradle.profiler.InstrumentingProfiler
 
validateMultipleIterationsWithCleanupAction(ScenarioSettings, Consumer<String>) - Method in class org.gradle.profiler.InstrumentingProfiler
 
valueOf(String) - Static method in enum class org.gradle.profiler.asyncprofiler.AsyncProfilerConfig.Counter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.gradle.profiler.asyncprofiler.AsyncProfilerOutputType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.gradle.profiler.BuildStep
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.gradle.profiler.flamegraph.DetailLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.gradle.profiler.flamegraph.EventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.gradle.profiler.gradle.GradleClientSpec
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.gradle.profiler.gradle.GradleDaemonReuse
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.gradle.profiler.mutations.AbstractCleanupMutator.CleanupSchedule
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.gradle.profiler.Phase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.gradle.profiler.report.Format
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.gradle.profiler.studio.StudioGradleClient.CleanCacheMode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.gradle.profiler.asyncprofiler.AsyncProfilerConfig.Counter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.gradle.profiler.asyncprofiler.AsyncProfilerOutputType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.gradle.profiler.BuildStep
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.gradle.profiler.flamegraph.DetailLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.gradle.profiler.flamegraph.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.gradle.profiler.gradle.GradleClientSpec
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.gradle.profiler.gradle.GradleDaemonReuse
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.gradle.profiler.mutations.AbstractCleanupMutator.CleanupSchedule
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.gradle.profiler.Phase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.gradle.profiler.report.Format
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.gradle.profiler.studio.StudioGradleClient.CleanCacheMode
Returns an array containing the constants of this enum class, in the order they are declared.
Version - Class in org.gradle.profiler
 
Version() - Constructor for class org.gradle.profiler.Version
 
VersionUtils - Class in org.gradle.profiler
 
visitProblems(InvocationSettings, Consumer<String>) - Method in class org.gradle.profiler.gradle.GradleScenarioDefinition
 
visitProblems(InvocationSettings, Consumer<String>) - Method in class org.gradle.profiler.ScenarioDefinition
 
visitProblems(InvocationSettings, Consumer<String>) - Method in class org.gradle.profiler.studio.invoker.StudioGradleScenarioDefinition
 

W

waitForSuccess() - Method in class org.gradle.profiler.CommandExec.RunHandle
 
waitForSuccess(long, TimeUnit) - Method in class org.gradle.profiler.CommandExec.RunHandle
 
WARM_UP - Enum constant in enum class org.gradle.profiler.Phase
 
WarmDaemonOnly - Enum constant in enum class org.gradle.profiler.gradle.GradleDaemonReuse
 
WIDE - Enum constant in enum class org.gradle.profiler.report.Format
 
withBuild(Phase, int) - Method in class org.gradle.profiler.DefaultBuildContext
 
withBuild(Phase, int) - Method in class org.gradle.profiler.DefaultScenarioContext
 
withBuild(Phase, int) - Method in interface org.gradle.profiler.ScenarioContext
 
withColdDaemon() - Method in class org.gradle.profiler.gradle.GradleBuildInvoker
 
withGradleArgs(List<String>) - Method in class org.gradle.profiler.gradle.BuildUnderTestInvoker
 
withJvmArgs(List<String>) - Method in class org.gradle.profiler.gradle.BuildUnderTestInvoker
 
withStudioAgentParameters(int) - Method in class org.gradle.profiler.studio.launcher.StudioLauncherProvider
 
withStudioPluginParameters(int, int) - Method in class org.gradle.profiler.studio.launcher.StudioLauncherProvider
 
write(String, Temporal, List<? extends BuildScenarioResult<?>>, Writer) - Method in class org.gradle.profiler.report.JsonResultWriter
 
write(InvocationSettings) - Method in class org.gradle.profiler.BenchmarkResultCollector
 
write(InvocationSettings, BenchmarkResult) - Method in class org.gradle.profiler.report.AbstractGenerator
 
write(InvocationSettings, BenchmarkResult, BufferedWriter) - Method in class org.gradle.profiler.report.AbstractGenerator
 
write(InvocationSettings, BenchmarkResult, BufferedWriter) - Method in class org.gradle.profiler.report.CsvGenerator
 
write(InvocationSettings, BenchmarkResult, BufferedWriter) - Method in class org.gradle.profiler.report.HtmlGenerator
 
writeContents(PrintWriter) - Method in class org.gradle.profiler.buildscan.BuildScanInitScript
 
writeContents(PrintWriter) - Method in class org.gradle.profiler.buildscan.GradleEnterpriseAlreadyAppliedInitScript
 
writeContents(PrintWriter) - Method in class org.gradle.profiler.buildscan.GradleEnterpriseInitScript
 
writeContents(PrintWriter) - Method in class org.gradle.profiler.GeneratedInitScript
 
writeUnchecked(Path, String, OpenOption...) - Static method in class org.gradle.profiler.mutations.support.FileSupport
 

Y

YourKit - Class in org.gradle.profiler.yourkit
 
YourKit() - Constructor for class org.gradle.profiler.yourkit.YourKit
 
YourKitConfig - Class in org.gradle.profiler.yourkit
 
YourKitConfig(boolean, boolean) - Constructor for class org.gradle.profiler.yourkit.YourKitConfig
 
YourKitHeapAllocationProfilerFactory - Class in org.gradle.profiler.yourkit
 
YourKitHeapAllocationProfilerFactory() - Constructor for class org.gradle.profiler.yourkit.YourKitHeapAllocationProfilerFactory
 
YourKitJvmArgsCalculator - Class in org.gradle.profiler.yourkit
 
YourKitJvmArgsCalculator(ScenarioSettings, YourKitConfig, boolean, boolean) - Constructor for class org.gradle.profiler.yourkit.YourKitJvmArgsCalculator
 
YourKitProfiler - Class in org.gradle.profiler.yourkit
 
YourKitProfilerController - Class in org.gradle.profiler.yourkit
 
YourKitProfilerController(YourKitConfig) - Constructor for class org.gradle.profiler.yourkit.YourKitProfilerController
 
YourKitSamplingProfilerFactory - Class in org.gradle.profiler.yourkit
 
YourKitSamplingProfilerFactory() - Constructor for class org.gradle.profiler.yourkit.YourKitSamplingProfilerFactory
 
YourKitTracingProfilerFactory - Class in org.gradle.profiler.yourkit
 
YourKitTracingProfilerFactory() - Constructor for class org.gradle.profiler.yourkit.YourKitTracingProfilerFactory
 

Z

ZERO - Static variable in class org.gradle.profiler.buildops.BuildOperationExecutionData
 
A B C D E F G H I J K L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form