|
tess 1.0.0
Performance-first tile and path simulation substrate
|
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 |
| DirtyMask | dirty_mask_produced {} |
| std::uint32_t | event_mask_produced = 0 |
Summarizes task dispatch and dirty propagation for one fixed tick.