1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add SPSC symbol queue.

This commit is contained in:
Bartosz Taudul
2021-10-22 22:22:27 +02:00
parent f2b0aadedc
commit b4cfb1f2d5
2 changed files with 18 additions and 0 deletions
+1
View File
@@ -1289,6 +1289,7 @@ Profiler::Profiler()
, m_fiQueue( 16 )
, m_fiDequeue( 16 )
#endif
, m_symbolQueue( 64*1024 )
, m_frameCount( 0 )
, m_isConnected( false )
#ifdef TRACY_ON_DEMAND