jack_cpu_load

@return the current CPU load estimated by JACK. This is a running average of the time it takes to execute a full process cycle for all clients as a percentage of the real time available per cycle determined by the buffer size and sample rate.

extern (C)
float
jack_cpu_load
(
jack_client_t* client
)

Meta