mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-15 18:06:42 +02:00
added a FIXME STUTTER note
This commit is contained in:
parent
a54cf67064
commit
e1530b3ce9
1 changed files with 3 additions and 0 deletions
|
@ -128,6 +128,9 @@ void OctreeRenderer::processDatagram(const QByteArray& dataByteArray, const Shar
|
|||
ReadBitstreamToTreeParams args(packetIsColored ? WANT_COLOR : NO_COLOR, WANT_EXISTS_BITS, NULL,
|
||||
sourceUUID, sourceNode, false, packetVersion);
|
||||
quint64 startLock = usecTimestampNow();
|
||||
|
||||
// FIXME STUTTER - there may be an opportunity to bump this lock outside of the
|
||||
// loop to reduce the amount of locking/unlocking we're doing
|
||||
_tree->lockForWrite();
|
||||
quint64 startUncompress = usecTimestampNow();
|
||||
OctreePacketData packetData(packetIsCompressed);
|
||||
|
|
Loading…
Reference in a new issue