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

Track zone id for verification purposes.

This commit is contained in:
Bartosz Taudul
2019-01-14 22:23:24 +01:00
parent a2fd09d938
commit 970108fbbf
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -811,6 +811,7 @@ Profiler::Profiler()
, m_shutdownFinished( false )
, m_sock( nullptr )
, m_noExit( false )
, m_zoneId( 1 )
, m_stream( LZ4_createStream() )
, m_buffer( (char*)tracy_malloc( TargetFrameSize*3 ) )
, m_bufferOffset( 0 )