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

Store frame images in queue.

This commit is contained in:
Bartosz Taudul
2019-06-26 22:50:56 +02:00
parent fc106079c5
commit f565e11976
2 changed files with 29 additions and 13 deletions
+2
View File
@@ -953,6 +953,8 @@ Profiler::Profiler()
, m_lz4Buf( (char*)tracy_malloc( LZ4Size + sizeof( lz4sz_t ) ) )
, m_serialQueue( 1024*1024 )
, m_serialDequeue( 1024*1024 )
, m_fiQueue( 16 )
, m_fiDequeue( 16 )
, m_etc1Buf( nullptr )
, m_etc1BufSize( 0 )
#ifdef TRACY_ON_DEMAND