|
|
Donner 0.8.0-pre
Embeddable browser-grade SVG2 engine
|
Presentation memory counters included in frame-miss telemetry. More...
#include "donner/editor/FrameMissTelemetry.h"
Presentation memory counters included in frame-miss telemetry.
| std::uint64_t donner::editor::FrameMissResourceTelemetry::activeTileBytes = 0 |
Bytes retained by active composited tile textures.
| std::uint64_t donner::editor::FrameMissResourceTelemetry::overlayBytes = 0 |
Bytes retained by the current overlay texture, if the retained overlay fallback is active.
| std::uint64_t donner::editor::FrameMissResourceTelemetry::overviewTileBytes = 0 |
Bytes retained by zoom-out overview tile textures.
| std::uint64_t donner::editor::FrameMissResourceTelemetry::peakTrackedBytes = 0 |
Peak tracked bytes observed by the presentation cache.
| std::uint64_t donner::editor::FrameMissResourceTelemetry::retiredBytes = 0 |
Bytes retained by retired textures waiting for presentation-frame aging.
| std::uint64_t donner::editor::FrameMissResourceTelemetry::totalTrackedBytes = 0 |
Total bytes directly tracked by the presentation cache.
| std::uint64_t donner::editor::FrameMissResourceTelemetry::wgpuLifetimeBufferCreates = 0 |
Process-lifetime WebGPU buffer-create count from the shared Geode device.
| std::uint64_t donner::editor::FrameMissResourceTelemetry::wgpuLifetimeTextureCreates = 0 |
Process-lifetime WebGPU texture-create count from the shared Geode device.