Monado OpenXR Runtime
u_frame_times_widget Struct Reference
Collaboration diagram for u_frame_times_widget:

Data Fields

int index
 Current Index for times_ns. More...
 
int64_t times_ns [50]
 Timestamps of last-pushed frames. More...
 
float timings_ms [50]
 Frametimes between last-pushed frames. More...
 
float fps
 Average FPS of last NUM_FRAME_TIMES pushed frames. More...
 
struct u_var_timingdebug_var
 

Field Documentation

◆ fps

float u_frame_times_widget::fps

Average FPS of last NUM_FRAME_TIMES pushed frames.

◆ index

int u_frame_times_widget::index

Current Index for times_ns.

◆ times_ns

int64_t u_frame_times_widget::times_ns[50]

Timestamps of last-pushed frames.

◆ timings_ms

float u_frame_times_widget::timings_ms[50]

Frametimes between last-pushed frames.


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