Skip to content
Flecs v4.1
ecs_world_stats_t Struct Reference

Type that contains world statistics. More...

#include <stats.h>

Classes

struct  [struct].entities
struct  [struct].components
struct  [struct].tables
struct  [struct].queries
struct  [struct].commands
struct  [struct].frame
struct  [struct].performance
struct  [struct].memory
struct  [struct].http

Public Attributes

int64_t first_
 Used for field iteration.
struct  entities
struct  components
struct  tables
struct  queries
struct  commands
struct  frame
struct  performance
struct  memory
struct  http
int64_t last_
 Used for field iteration.
int32_t t
 Current position in ring buffer.

Detailed Description

Type that contains world statistics.

Definition at line 63 of file stats.h.

Member Data Documentation

◆ first_

int64_t ecs_world_stats_t::first_

Used for field iteration.

Do not set.

Definition at line 64 of file stats.h.

◆ last_

int64_t ecs_world_stats_t::last_

Used for field iteration.

Do not set.

Definition at line 165 of file stats.h.

◆ t

int32_t ecs_world_stats_t::t

Current position in ring buffer.

Definition at line 168 of file stats.h.


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