Definition at line 494 of file stats.h.
◆ bytes_builtin
ecs_size_t ecs_component_memory_t::bytes_builtin |
Sparse set overhead.
Definition at line 502 of file stats.h.
◆ bytes_sparse_components
ecs_size_t ecs_component_memory_t::bytes_sparse_components |
Bytes used in bitsets (toggled components).
Definition at line 499 of file stats.h.
◆ bytes_sparse_components_unused
ecs_size_t ecs_component_memory_t::bytes_sparse_components_unused |
Bytes used in component sparse sets.
Definition at line 500 of file stats.h.
◆ bytes_sparse_overhead
ecs_size_t ecs_component_memory_t::bytes_sparse_overhead |
Unused bytes in component sparse sets.
Definition at line 501 of file stats.h.
◆ bytes_table_components
ecs_size_t ecs_component_memory_t::bytes_table_components |
Total number of component instances.
Definition at line 496 of file stats.h.
◆ bytes_table_components_unused
ecs_size_t ecs_component_memory_t::bytes_table_components_unused |
Bytes used by table columns.
Definition at line 497 of file stats.h.
◆ bytes_toggle_bitsets
ecs_size_t ecs_component_memory_t::bytes_toggle_bitsets |
Unused bytes in table columns.
Definition at line 498 of file stats.h.
◆ instances
int32_t ecs_component_memory_t::instances |
The documentation for this struct was generated from the following file: