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

Common data for statistics. More...

#include <stats.h>

Public Attributes

ecs_ftime_t elapsed
 
int32_t reduce_count
 

Detailed Description

Common data for statistics.

Definition at line 425 of file stats.h.

Member Data Documentation

◆ elapsed

ecs_ftime_t EcsStatsHeader::elapsed

Definition at line 426 of file stats.h.

◆ reduce_count

int32_t EcsStatsHeader::reduce_count

Definition at line 427 of file stats.h.


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