mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
debugging timing stats by showing how max values are computed
This commit is contained in:
parent
9d88f370ae
commit
a9f285b82b
2 changed files with 2 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], true);
|
||||
PBD::TimerRAII tr2 (dsp_stats[RunLoop]);
|
||||
|
||||
_active = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue