mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 18:38:24 +02:00
more debugging
This commit is contained in:
parent
58a52cf5e1
commit
f504569655
1 changed files with 3 additions and 1 deletions
|
@ -863,7 +863,9 @@ void OctreeServer::readPendingDatagrams() {
|
|||
_octreeInboundPacketProcessor->queueReceivedPacket(matchingNode, receivedPacket);
|
||||
} else {
|
||||
quint64 now = usecTimestampNow();
|
||||
qDebug() << "OctreeServer::readPendingDatagrams(): since lastProcessNodeData=" << (now - lastProcessNodeData) << "usecs";
|
||||
if ((now - lastProcessNodeData) > 500000) {
|
||||
qDebug() << "OctreeServer::readPendingDatagrams(): since lastProcessNodeData=" << (now - lastProcessNodeData) << "usecs";
|
||||
}
|
||||
lastProcessNodeData = now;
|
||||
|
||||
// let processNodeData handle it.
|
||||
|
|
Loading…
Reference in a new issue