![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Statistics for sync point. More...
#include <stats.h>
Public Attributes | |
| int64_t | first_ |
| Used for field iteration. | |
| ecs_metric_t | time_spent |
| Time spent in sync point. | |
| ecs_metric_t | commands_enqueued |
| Number of commands enqueued. | |
| int64_t | last_ |
| Used for field iteration. | |
| int32_t | system_count |
| Number of systems before sync point. | |
| bool | multi_threaded |
| Whether the sync point is multi-threaded. | |
| bool | immediate |
| Whether the sync point is immediate. | |
| ecs_metric_t ecs_sync_stats_t::commands_enqueued |
| int64_t ecs_sync_stats_t::first_ |
| bool ecs_sync_stats_t::immediate |
| int64_t ecs_sync_stats_t::last_ |
| bool ecs_sync_stats_t::multi_threaded |
| int32_t ecs_sync_stats_t::system_count |
| ecs_metric_t ecs_sync_stats_t::time_spent |