|
Monado OpenXR Runtime
|
Used to plot a graph of timing information. More...
#include <util/u_var.h>

Data Fields | |
| struct u_var_f32_arr | values |
| Values to be plotted. More... | |
| float | reference_timing |
| A reference line drawn on the plot. More... | |
| bool | center_reference_timing |
| If false, reference_timing will be the bottom of the graph. More... | |
| float | range |
| How many units the graph expands by default. More... | |
| bool | dynamic_rescale |
| Rescale graph's value range when value exceeds range. More... | |
| const char * | unit |
| A string describing the unit used, not freed. More... | |
Used to plot a graph of timing information.
| bool u_var_timing::center_reference_timing |
If false, reference_timing will be the bottom of the graph.
| bool u_var_timing::dynamic_rescale |
Rescale graph's value range when value exceeds range.
| float u_var_timing::range |
How many units the graph expands by default.
Referenced by comp_mirror_to_debug_gui::comp_mirror_fixup_ui_state().
| float u_var_timing::reference_timing |
A reference line drawn on the plot.
Referenced by comp_mirror_to_debug_gui::comp_mirror_fixup_ui_state().
| const char* u_var_timing::unit |
A string describing the unit used, not freed.
| struct u_var_f32_arr u_var_timing::values |
Values to be plotted.