|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
Stats produced by MandatoryHintDetector::reconcile(). More...
#include "donner/svg/compositor/MandatoryHintDetector.h"
Stats produced by MandatoryHintDetector::reconcile().
Tests inspect these to verify that the detector published / dropped the right number of hints on a given pass.
| uint32_t donner::svg::compositor::MandatoryHintDetectorStats::candidatesEvaluated = 0 |
Number of entities visited with a RenderingInstanceComponent this call.
| uint32_t donner::svg::compositor::MandatoryHintDetectorStats::hintsActive = 0 |
Post-reconcile size of the internal hint map: the number of Mandatory hints currently held by the detector after this call. Reflects the steady-state, not the delta.
| uint32_t donner::svg::compositor::MandatoryHintDetectorStats::hintsDropped = 0 |
Number of hints removed this call because the entity no longer qualifies (signal cleared) or was destroyed.
| uint32_t donner::svg::compositor::MandatoryHintDetectorStats::hintsPublished = 0 |
Number of Mandatory hints newly published this call.