Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Statistics for a single system (use ecs_system_stats_get()) More...
#include <stats.h>
Public Attributes | |
int64_t | first_ |
ecs_metric_t | time_spent |
Time spent processing a system. | |
int64_t | last_ |
bool | task |
Is system a task. | |
ecs_query_stats_t | query |
Statistics for a single system (use ecs_system_stats_get())
ecs_query_stats_t ecs_system_stats_t::query |
ecs_metric_t ecs_system_stats_t::time_spent |