Flecs v4.1
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 queries
 
ecs_table_memory_t tables
 
ecs_table_histogram_t table_histogram
 
ecs_misc_memory_t misc
 
ecs_allocator_memory_t allocators
 
double collection_time
 

Detailed Description

Component with memory statistics.

Definition at line 604 of file stats.h.

Member Data Documentation

◆ allocators

ecs_allocator_memory_t EcsWorldMemory::allocators

Definition at line 612 of file stats.h.

◆ collection_time

double EcsWorldMemory::collection_time

Definition at line 613 of file stats.h.

◆ component_index

ecs_component_index_memory_t EcsWorldMemory::component_index

Definition at line 607 of file stats.h.

◆ components

ecs_component_memory_t EcsWorldMemory::components

Definition at line 606 of file stats.h.

◆ entities

ecs_entities_memory_t EcsWorldMemory::entities

Definition at line 605 of file stats.h.

◆ misc

ecs_misc_memory_t EcsWorldMemory::misc

Definition at line 611 of file stats.h.

◆ queries

ecs_query_memory_t EcsWorldMemory::queries

Definition at line 608 of file stats.h.

◆ table_histogram

ecs_table_histogram_t EcsWorldMemory::table_histogram

Definition at line 610 of file stats.h.

◆ tables

ecs_table_memory_t EcsWorldMemory::tables

Definition at line 609 of file stats.h.


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