mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Don't perform background tasks during trace upgrade.
This commit is contained in:
@@ -55,7 +55,7 @@ int main( int argc, char** argv )
|
||||
{
|
||||
int inVer;
|
||||
{
|
||||
tracy::Worker worker( *f );
|
||||
tracy::Worker worker( *f, tracy::EventType::All, false );
|
||||
|
||||
#ifndef TRACY_NO_STATISTICS
|
||||
while( !worker.AreSourceLocationZonesReady() ) std::this_thread::sleep_for( std::chrono::milliseconds( 10 ) );
|
||||
|
||||
Reference in New Issue
Block a user