Flecs v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
EcsWorldMemory Struct Reference

Component with memory statistics. More...

#include <stats.h>

Public Attributes

ecs_entities_memory_t entities
 
ecs_component_memory_t components
 
ecs_component_index_memory_t component_index
 
ecs_query_memory_t query
 
ecs_table_memory_t table
 
ecs_table_histogram_t table_histogram
 
ecs_commands_memory_t commands
 
ecs_allocator_memory_t allocators
 

Detailed Description

Component with memory statistics.

Definition at line 578 of file stats.h.

Member Data Documentation

◆ allocators

ecs_allocator_memory_t EcsWorldMemory::allocators

Definition at line 586 of file stats.h.

◆ commands

ecs_commands_memory_t EcsWorldMemory::commands

Definition at line 585 of file stats.h.

◆ component_index

ecs_component_index_memory_t EcsWorldMemory::component_index

Definition at line 581 of file stats.h.

◆ components

ecs_component_memory_t EcsWorldMemory::components

Definition at line 580 of file stats.h.

◆ entities

ecs_entities_memory_t EcsWorldMemory::entities

Definition at line 579 of file stats.h.

◆ query

ecs_query_memory_t EcsWorldMemory::query

Definition at line 582 of file stats.h.

◆ table

ecs_table_memory_t EcsWorldMemory::table

Definition at line 583 of file stats.h.

◆ table_histogram

ecs_table_histogram_t EcsWorldMemory::table_histogram

Definition at line 584 of file stats.h.


The documentation for this struct was generated from the following file: