mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
add a new "Run Loop" timing stats for ALSA and JACK backends
This commit is contained in:
parent
a89ad7a265
commit
a5f7c793e3
3 changed files with 8 additions and 4 deletions
|
|
@ -977,6 +977,7 @@ JACKAudioBackend::process_thread ()
|
|||
AudioEngine::thread_init_callback (this);
|
||||
|
||||
while (1) {
|
||||
TimerRAII ltr (dsp_stats[RunLoop]);
|
||||
GET_PRIVATE_JACK_POINTER_RET(_priv_jack,0);
|
||||
|
||||
dsp_stats[AudioBackend::DeviceWait].start ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue