Reset performance counters along with xrun count

This is mainly relevant after session export, which uses
freewheeling and processing take much longer than running realtime.
This commit is contained in:
Robin Gareus 2021-06-14 03:14:07 +02:00
parent 80c11a763a
commit fc6fd7973f
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1815,6 +1815,7 @@ void
Session::reset_xrun_count ()
{
_xrun_count = 0;
ARDOUR::reset_performance_meters (this);
Xrun (-1); /* EMIT SIGNAL */
}