mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 05:24:06 +02:00
add some extra debugging at deadlock detection to explain unreasonable numbers
This commit is contained in:
parent
fb09ad51b3
commit
941821e2c7
1 changed files with 4 additions and 1 deletions
|
@ -306,7 +306,10 @@ public:
|
|||
|
||||
#ifdef NDEBUG
|
||||
if (lastHeartbeatAge > MAX_HEARTBEAT_AGE_USECS) {
|
||||
qDebug() << "DEADLOCK DETECTED -- lastHeartbeatAge:" << lastHeartbeatAge
|
||||
qDebug() << "DEADLOCK DETECTED -- "
|
||||
<< "lastHeartbeatAge:" << lastHeartbeatAge
|
||||
<< "[ _heartbeat:" << _heartbeat
|
||||
<< "now:" << now << " ]"
|
||||
<< "elapsedMovingAverage:" << elapsedMovingAverage
|
||||
<< "maxElapsed:" << _maxElapsed
|
||||
<< "maxElapsedAverage:" << _maxElapsedAverage
|
||||
|
|
Loading…
Reference in a new issue