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

The stats addon tracks statistics for the world and systems. More...

Collaboration diagram for Stats:

Classes

struct  flecs::stats
 

Typedefs

using flecs::WorldStats = EcsWorldStats
 Component that stores world statistics.
 
using flecs::PipelineStats = EcsPipelineStats
 Component that stores system/pipeline statistics.
 
using flecs::WorldSummary = EcsWorldSummary
 Component with world summary stats.
 

Detailed Description

The stats addon 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.

◆ WorldSummary

Component with world summary stats.

Definition at line 25 of file decl.hpp.