Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
Monitor

The monitor addon periodically tracks statistics for the world and systems. More...

Collaboration diagram for Monitor:

Classes

struct  EcsStatsHeader
 
struct  EcsWorldStats
 
struct  EcsPipelineStats
 
struct  EcsWorldSummary
 

Functions

FLECS_API ECS_COMPONENT_DECLARE (FlecsMonitor)
 
FLECS_API ECS_COMPONENT_DECLARE (EcsWorldStats)
 
FLECS_API ECS_COMPONENT_DECLARE (EcsWorldSummary)
 
FLECS_API ECS_COMPONENT_DECLARE (EcsPipelineStats)
 
FLECS_API void FlecsMonitorImport (ecs_world_t *world)
 

Variables

FLECS_API ecs_entity_t EcsPeriod1s
 
FLECS_API ecs_entity_t EcsPeriod1m
 
FLECS_API ecs_entity_t EcsPeriod1h
 
FLECS_API ecs_entity_t EcsPeriod1d
 
FLECS_API ecs_entity_t EcsPeriod1w
 

Detailed Description

The monitor addon periodically tracks statistics for the world and systems.