File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -705,10 +705,10 @@ int jack_engine_takeover_timebase (jack_client_t *) JACK_OPTIONAL_WEAK_DEPRECATE
705705float jack_cpu_load (jack_client_t * client ) JACK_OPTIONAL_WEAK_EXPORT ;
706706
707707/**
708- * @return the current maximum CPU load used by JACK. This is a running
709- * average of the time it takes to execute a full process cycle for
710- * all clients as a percentage of the real time available per cycle
711- * determined by the buffer size and sample rate.
708+ * @return the current maximum CPU load used by JACK. This is the
709+ * total time it takes to execute a full process cycle for all clients
710+ * as a percentage of the real time available per cycle determined
711+ * by the buffer size and sample rate.
712712 */
713713float jack_max_cpu_load (jack_client_t * client ) JACK_OPTIONAL_WEAK_EXPORT ;
714714
You can’t perform that action at this time.
0 commit comments