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

Make all metrics the same size, so we can iterate over fields. More...

#include <stats.h>

Public Attributes

ecs_gauge_t gauge
 
ecs_counter_t counter
 

Detailed Description

Make all metrics the same size, so we can iterate over fields.

Definition at line 56 of file stats.h.

Member Data Documentation

◆ counter

ecs_counter_t ecs_metric_t::counter

Definition at line 58 of file stats.h.

◆ gauge

ecs_gauge_t ecs_metric_t::gauge

Definition at line 57 of file stats.h.


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