UiRenderSnapshot
data class UiRenderSnapshot(val counts: Map<UiRenderMetric, Long>, val operations: Map<UiRenderOperation, Map<UiRenderMetric, Long>>, val nodes: List<UiRenderNodeSnapshot>, val activeSubscriptions: Int, val overflowed: Boolean)(source)
Detached bounded interval evidence. An overflowed snapshot cannot establish a complete per-node assertion.
Constructors
Link copied to clipboard
constructor(counts: Map<UiRenderMetric, Long>, operations: Map<UiRenderOperation, Map<UiRenderMetric, Long>>, nodes: List<UiRenderNodeSnapshot>, activeSubscriptions: Int, overflowed: Boolean)