debug windows RunLoop timing stats
This commit is contained in:
parent
24ea6c4d30
commit
9d88f370ae
@ -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…
Reference in New Issue
Block a user