mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 12:26:07 +01:00
debug windows RunLoop timing stats
This commit is contained in:
parent
24ea6c4d30
commit
9d88f370ae
1 changed files with 1 additions and 1 deletions
|
|
@ -736,7 +736,7 @@ PortAudioBackend::process_callback(const float* input,
|
|||
PaStreamCallbackFlags statusFlags)
|
||||
{
|
||||
PBD::WaitTimerRAII tr (dsp_stats[DeviceWait]);
|
||||
PBD::TimerRAII tr2 (dsp_stats[RunLoop]);
|
||||
PBD::TimerRAII tr2 (dsp_stats[RunLoop], true);
|
||||
|
||||
_active = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue