mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-20 10:09:49 +00:00
addressing code review
This commit is contained in:
@@ -2066,8 +2066,7 @@ void Profiler::Worker()
|
||||
connActive = HandleServerQuery();
|
||||
if( !connActive ) break;
|
||||
}
|
||||
if ( !m_symbolQueue.empty() )
|
||||
m_symbolQueueSignal.notify_one();
|
||||
if ( !m_symbolQueue.empty() ) m_symbolQueueSignal.notify_one();
|
||||
if( !connActive || ShouldExit() ) break;
|
||||
}
|
||||
if( ShouldExit() ) break;
|
||||
|
||||
Reference in New Issue
Block a user