Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
ecs_sync_stats_t Struct Reference

Statistics for sync point. More...

#include <stats.h>

Public Attributes

int64_t first_
 
ecs_metric_t time_spent
 
ecs_metric_t commands_enqueued
 
int64_t last_
 
int32_t system_count
 
bool multi_threaded
 
bool no_readonly
 

Detailed Description

Statistics for sync point.

Definition at line 180 of file stats.h.

Member Data Documentation

◆ commands_enqueued

ecs_metric_t ecs_sync_stats_t::commands_enqueued

Definition at line 183 of file stats.h.

◆ first_

int64_t ecs_sync_stats_t::first_

Definition at line 181 of file stats.h.

◆ last_

int64_t ecs_sync_stats_t::last_

Definition at line 184 of file stats.h.

◆ multi_threaded

bool ecs_sync_stats_t::multi_threaded

Definition at line 187 of file stats.h.

◆ no_readonly

bool ecs_sync_stats_t::no_readonly

Definition at line 188 of file stats.h.

◆ system_count

int32_t ecs_sync_stats_t::system_count

Definition at line 186 of file stats.h.

◆ time_spent

ecs_metric_t ecs_sync_stats_t::time_spent

Definition at line 182 of file stats.h.


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