mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Disable samples limit range until background job is done.
This commit is contained in:
@@ -264,6 +264,7 @@ Worker::Worker( const char* addr, int port )
|
||||
m_data.callstackSamplesReady = true;
|
||||
m_data.ghostZonesReady = true;
|
||||
m_data.ctxUsageReady = true;
|
||||
m_data.symbolSamplesReady = true;
|
||||
#endif
|
||||
|
||||
m_thread = std::thread( [this] { SetThreadName( "Tracy Worker" ); Exec(); } );
|
||||
|
||||
Reference in New Issue
Block a user