mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
jack: implement statistics
This commit is contained in:
parent
33cac9932c
commit
84071d2cac
3 changed files with 21 additions and 16 deletions
|
|
@ -2246,6 +2246,8 @@ float jack_cpu_load (jack_client_t *client)
|
|||
return res;
|
||||
}
|
||||
|
||||
#include "statistics.c"
|
||||
|
||||
SPA_EXPORT
|
||||
jack_port_t * jack_port_register (jack_client_t *client,
|
||||
const char *port_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue