Runtime diagnostic counters for an audio graph.
More...
#include <audio.h>
|
|
unsigned int | cycles |
| | Number of completed processing cycles.
|
| |
|
unsigned int | underruns |
| | Sink starvation events (sink received no data).
|
| |
|
unsigned int | overruns |
| | Source overflow events (source dropped frames).
|
| |
|
unsigned int | node_errors |
| | Cumulative node process() failures.
|
| |
|
unsigned int | max_process_us |
| | Worst-case cycle wall-clock time in microseconds.
|
| |
|
unsigned int | avg_process_us |
| | Rolling average cycle wall-clock time in microseconds.
|
| |
Runtime diagnostic counters for an audio graph.
Retrieved with ove_audio_graph_get_stats(). All counters accumulate from graph start and are reset on each ove_audio_graph_start() call.
The documentation for this struct was generated from the following file: