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)(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)

Properties

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