GraphOptimizationStatsMetadata
@Serializable
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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