![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Component with memory statistics. More...
#include <stats.h>
Public Attributes | |
| ecs_entities_memory_t | entities |
| Entity memory. | |
| ecs_component_memory_t | components |
| Component memory. | |
| ecs_component_index_memory_t | component_index |
| Component index memory. | |
| ecs_query_memory_t | queries |
| Query memory. | |
| ecs_table_memory_t | tables |
| Table memory. | |
| ecs_table_histogram_t | table_histogram |
| Table size histogram. | |
| ecs_misc_memory_t | misc |
| Miscellaneous memory. | |
| ecs_allocator_memory_t | allocators |
| Allocator memory. | |
| double | collection_time |
| Time spent collecting statistics. | |
| ecs_allocator_memory_t EcsWorldMemory::allocators |
| double EcsWorldMemory::collection_time |
| ecs_component_index_memory_t EcsWorldMemory::component_index |
| ecs_component_memory_t EcsWorldMemory::components |
| ecs_entities_memory_t EcsWorldMemory::entities |
| ecs_misc_memory_t EcsWorldMemory::misc |
| ecs_query_memory_t EcsWorldMemory::queries |
| ecs_table_histogram_t EcsWorldMemory::table_histogram |
| ecs_table_memory_t EcsWorldMemory::tables |