|  | Flecs v4.1
    A fast entity component system (ECS) for C & C++ | 
Statistics for a single query (use ecs_query_cache_stats_get) More...
#include <stats.h>
| Public Attributes | |
| int64_t | first_ | 
| ecs_metric_t | result_count | 
| Number of query results. | |
| ecs_metric_t | matched_table_count | 
| Number of matched tables. | |
| ecs_metric_t | matched_entity_count | 
| Number of matched entities. | |
| int64_t | last_ | 
| int32_t | t | 
| Current position in ringbuffer. | |
Statistics for a single query (use ecs_query_cache_stats_get)
| ecs_metric_t ecs_query_stats_t::matched_entity_count | 
| ecs_metric_t ecs_query_stats_t::matched_table_count | 
| ecs_metric_t ecs_query_stats_t::result_count | 
| int32_t ecs_query_stats_t::t |