Bela
Real-time, ultra-low-latency audio and sensor processing system for BeagleBone Black
|
Public Attributes | |
int | count |
Number of samples (tic/toc pairs) in a acquisition cycle. Use 0 to disable. | |
unsigned int | currentCount |
Number of tics in current acquisition cycle. | |
long long unsigned int | busy |
Total CPU time spent being busy (between tic and toc) during the current acquisition cycle. | |
long long unsigned int | total |
Total CPU time (between tic and previous tic) during the current acquisition cycle. | |
struct timespec | tic |
Time of last tic. | |
struct timespec | toc |
Time of last toc. | |
float | percentage |
Average CPU usage during previous acquisition cycle. | |