StartupInsightsConfig


@ExperimentalBenchmarkConfigApi
class StartupInsightsConfig


Configuration for Startup Insights.

By passing this object to a MacrobenchmarkRule, you can enable reporting of Startup Insightss - problems patterns discovered during your application startup.

These will be output both in the Studio output report, as well in the Benchmark JSON output file.

Summary

Public constructors

Public properties

Boolean

Set to true to enable reporting of Startup Insights.

Public constructors

StartupInsightsConfig

Added in 1.4.0
StartupInsightsConfig(isEnabled: Boolean)

Public properties

isEnabled

Added in 1.4.0
val isEnabledBoolean

Set to true to enable reporting of Startup Insights.