|
|
Donner 0.5.1
Embeddable browser-grade SVG2 engine
|
Stats produced by ComplexityBucketer::reconcile(). More...
#include "donner/svg/compositor/ComplexityBucketer.h"
Stats produced by ComplexityBucketer::reconcile().
Tests inspect these to verify the bucketer considered the expected candidates, published the expected hints, and dropped stale ones.
| uint32_t donner::svg::compositor::ComplexityBucketerStats::bucketsActive = 0 |
Post-reconcile size of the held hints map. Reflects steady state.
| uint32_t donner::svg::compositor::ComplexityBucketerStats::bucketsDropped = 0 |
Hints removed this call because the candidate no longer qualifies, the entity was destroyed, or the ranking pushed it off the budget.
| uint32_t donner::svg::compositor::ComplexityBucketerStats::bucketsPublished = 0 |
Hints newly published this call.
| uint32_t donner::svg::compositor::ComplexityBucketerStats::candidatesConsidered = 0 |
Number of top-level-root-child subtrees evaluated as candidates.
| uint32_t donner::svg::compositor::ComplexityBucketerStats::entitiesEvaluated = 0 |
Entities visited during the cost walk (root plus all descendants reached through the top-level children iteration).