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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user