GraphOptimizationStatsMetadata

data class GraphOptimizationStatsMetadata(val bindingsPrunedByShrinking: Int = 0, val classConstructorDirectInvocations: Int = 0, val classConstructorNewInstanceCalls: Int = 0, val providerDirectInvocations: Int = 0, val providerNewInstanceCalls: Int = 0, val shardsGenerated: Int = 0, val shardedSupertypes: Int = 0, val shardedInitFunctions: Int = 0, val providerInlines: Int = 0, val providerInlineFallbacks: Map<String, Int> = emptyMap())(source)

Compiler-collected counters for graph/codegen optimizations.

Constructors

Link copied to clipboard
constructor(bindingsPrunedByShrinking: Int = 0, classConstructorDirectInvocations: Int = 0, classConstructorNewInstanceCalls: Int = 0, providerDirectInvocations: Int = 0, providerNewInstanceCalls: Int = 0, shardsGenerated: Int = 0, shardedSupertypes: Int = 0, shardedInitFunctions: Int = 0, providerInlines: Int = 0, providerInlineFallbacks: Map<String, Int> = emptyMap())

Properties

Link copied to clipboard

Known inline candidates that fell back, counted by reason at emitted access sites.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard