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

Public Attributes

ecs_metric_t world_time_raw
 Actual time passed since simulation start (first time progress() is called).
ecs_metric_t world_time
 Simulation time passed since simulation start.
ecs_metric_t frame_time
 Time spent processing a frame.
ecs_metric_t system_time
 Time spent on running systems.
ecs_metric_t emit_time
 Time spent on notifying observers.
ecs_metric_t merge_time
 Time spent on merging commands.
ecs_metric_t rematch_time
 Time spent on rematching.
ecs_metric_t fps
 Frames per second.
ecs_metric_t delta_time
 Delta time.

Detailed Description

Definition at line 124 of file stats.h.

Member Data Documentation

◆ frame_time

ecs_metric_t ecs_world_stats_t::[struct].performance frame_time

Time spent processing a frame.

Smaller than world_time_total when load is not 100%.

◆ world_time

ecs_metric_t ecs_world_stats_t::[struct].performance world_time

Simulation time passed since simulation start.

Takes into account time scaling.


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