RenderStructureStats

data class RenderStructureStats(val vnodeCount: Int = 0, val mountedNodeCount: Int = 0, val maxVNodeDepth: Int = 0, val maxMountedDepth: Int = 0)(source)

Size and depth statistics for declarative and mounted trees.

Constructors

Link copied to clipboard
constructor(vnodeCount: Int = 0, mountedNodeCount: Int = 0, maxVNodeDepth: Int = 0, maxMountedDepth: Int = 0)

Properties

Link copied to clipboard

deepest mounted node, where root depth is one

Link copied to clipboard

deepest declarative node, where root depth is one

Link copied to clipboard

total renderer nodes after reconciliation

Link copied to clipboard

total declarative nodes in the frame