|
wlmaker
|

Public Attributes | |
| struct wlm_graph_sample_t * | prev |
| struct wlm_graph_sample_t * | next |
| wlm_graph_values_t | values |
| uint8_t | value_peak |
Single sample in the circular buffer.
| struct wlm_graph_sample_t* wlm_graph_sample_t::next |
Next sample (newer).
| struct wlm_graph_sample_t* wlm_graph_sample_t::prev |
Previous sample (older). Traversing via prev walks back in time.
| uint8_t wlm_graph_sample_t::value_peak |
Peak usage value: 0 = no activity, 255 = max activity.
| wlm_graph_values_t wlm_graph_sample_t::values |
Per-category usage values (0-255 each).