Flecs v3.1
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...

Classes

struct  flecs::monitor
 

Typedefs

using flecs::WorldStats = EcsWorldStats
 Component that stores world statistics.
 
using flecs::PipelineStats = EcsPipelineStats
 Component that stores system/pipeline statistics.
 

Detailed Description

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

Typedef Documentation

◆ PipelineStats

Component that stores system/pipeline statistics.

Definition at line 22 of file decl.hpp.

◆ WorldStats

Component that stores world statistics.

Definition at line 19 of file decl.hpp.