ExperimentalConfig
@ExperimentalBenchmarkConfigApi
class ExperimentalConfig
Experimental configuration options for a benchmark.
Currently used to override the default PerfettoConfig, or to enable Startup Insightss.
Summary
Public constructors |
|---|
ExperimentalConfig( |
Public properties |
|
|---|---|
PerfettoConfig? |
The PerfettoConfig for the benchmark - |
StartupInsightsConfig? |
The StartupInsightsConfig for the benchmark - |
Public constructors
ExperimentalConfig
Added in 1.4.0
ExperimentalConfig(
perfettoConfig: PerfettoConfig? = null,
startupInsightsConfig: StartupInsightsConfig? = null
)
Public properties
perfettoConfig
Added in 1.4.0
val perfettoConfig: PerfettoConfig?
The PerfettoConfig for the benchmark - null to use the default config.
startupInsightsConfig
Added in 1.4.0
val startupInsightsConfig: StartupInsightsConfig?
The StartupInsightsConfig for the benchmark - null to not enable insights reporting.