Component that stores a summary of world statistics.
More...
#include <stats.h>
Component that stores a summary of world statistics.
Definition at line 460 of file stats.h.
◆ build_info
Build info.
Definition at line 479 of file stats.h.
◆ command_count
int64_t EcsWorldSummary::command_count |
Number of commands processed.
Definition at line 476 of file stats.h.
◆ frame_count
int64_t EcsWorldSummary::frame_count |
Number of frames processed.
Definition at line 475 of file stats.h.
◆ frame_time_last
double EcsWorldSummary::frame_time_last |
Time spent processing a frame.
Definition at line 471 of file stats.h.
◆ frame_time_total
double EcsWorldSummary::frame_time_total |
Total time spent processing a frame.
Definition at line 466 of file stats.h.
◆ merge_time_last
double EcsWorldSummary::merge_time_last |
Time spent in merges.
Definition at line 473 of file stats.h.
◆ merge_time_total
double EcsWorldSummary::merge_time_total |
Total time spent in merges.
Definition at line 468 of file stats.h.
◆ system_time_last
double EcsWorldSummary::system_time_last |
Time spent in systems.
Definition at line 472 of file stats.h.
◆ system_time_total
double EcsWorldSummary::system_time_total |
Total time spent in systems.
Definition at line 467 of file stats.h.
◆ target_fps
double EcsWorldSummary::target_fps |
Target FPS.
Definition at line 462 of file stats.h.
◆ time_scale
double EcsWorldSummary::time_scale |
Simulation time scale.
Definition at line 463 of file stats.h.
The documentation for this struct was generated from the following file: