Skip to content
Flecs v4.1
ecs_world_stats_t::[struct].commands Struct Reference

Public Attributes

ecs_metric_t add_count
 Number of add commands.
ecs_metric_t remove_count
 Number of remove commands.
ecs_metric_t delete_count
 Number of delete commands.
ecs_metric_t clear_count
 Number of clear commands.
ecs_metric_t set_count
 Number of set commands.
ecs_metric_t ensure_count
 Number of ensure commands.
ecs_metric_t modified_count
 Number of modified commands.
ecs_metric_t other_count
 Number of other commands.
ecs_metric_t discard_count
 Number of discarded commands.
ecs_metric_t batched_entity_count
 Number of entities for which commands were batched.
ecs_metric_t batched_count
 Number of commands batched.

Detailed Description

Definition at line 98 of file stats.h.


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