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

Public Attributes

double target_fps
 Target FPS. More...
 
double frame_time_total
 Total time spent processing a frame. More...
 
double system_time_total
 Total time spent in systems. More...
 
double merge_time_total
 Total time spent in merges. More...
 
double frame_time_last
 Time spent processing a frame. More...
 
double system_time_last
 Time spent in systems. More...
 
double merge_time_last
 Time spent in merges. More...
 

Detailed Description

Definition at line 60 of file monitor.h.

Member Data Documentation

◆ frame_time_last

double EcsWorldSummary::frame_time_last

Time spent processing a frame.

Definition at line 70 of file monitor.h.

◆ frame_time_total

double EcsWorldSummary::frame_time_total

Total time spent processing a frame.

Definition at line 65 of file monitor.h.

◆ merge_time_last

double EcsWorldSummary::merge_time_last

Time spent in merges.

Definition at line 72 of file monitor.h.

◆ merge_time_total

double EcsWorldSummary::merge_time_total

Total time spent in merges.

Definition at line 67 of file monitor.h.

◆ system_time_last

double EcsWorldSummary::system_time_last

Time spent in systems.

Definition at line 71 of file monitor.h.

◆ system_time_total

double EcsWorldSummary::system_time_total

Total time spent in systems.

Definition at line 66 of file monitor.h.

◆ target_fps

double EcsWorldSummary::target_fps

Target FPS.

Definition at line 62 of file monitor.h.


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