tess 0.4.0
Performance-first tile and path simulation substrate
Loading...
Searching...
No Matches
tess::ScheduleTickStats Struct Reference

Summarizes task dispatch and dirty propagation for one fixed tick. More...

#include <tess/sim/schedule.h>

Public Attributes

std::uint64_t tick = 0
std::uint32_t tasks_due = 0
std::uint32_t tasks_run = 0
std::uint32_t tasks_skipped = 0
std::uint32_t background_items = 0
std::uint32_t dirty_mask_produced = 0

Detailed Description

Summarizes task dispatch and dirty propagation for one fixed tick.


The documentation for this struct was generated from the following file: