mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +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
|
|
@ -1855,6 +1855,7 @@ AlsaAudioBackend::main_process_thread ()
|
|||
dsp_stats[DeviceWait].start();
|
||||
nr = _pcmi->pcm_wait ();
|
||||
dsp_stats[DeviceWait].update();
|
||||
dsp_stats[RunLoop].start ();
|
||||
|
||||
/* update DLL */
|
||||
dsp_stats[PreProcess].start();
|
||||
|
|
@ -2021,6 +2022,7 @@ AlsaAudioBackend::main_process_thread ()
|
|||
++last_n_periods;
|
||||
|
||||
dsp_stats[PostProcess].update ();
|
||||
dsp_stats[RunLoop].update ();
|
||||
}
|
||||
|
||||
if (xrun && (_pcmi->capt_xrun () > 0 || _pcmi->play_xrun () > 0)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue