mirror of
https://github.com/wolfpld/tracy
synced 2025-05-07 15:33:52 +00:00
Fix progress of loading CPU zones.
This commit is contained in:
parent
39680ad315
commit
d86e36cc62
@ -734,6 +734,7 @@ Worker::Worker( FileRead& f, EventType::Type eventMask )
|
||||
uint64_t tsz;
|
||||
f.Read( tsz );
|
||||
s_loadProgress.subTotal.store( td->count, std::memory_order_relaxed );
|
||||
s_loadProgress.subProgress.store( 0, std::memory_order_relaxed );
|
||||
if( tsz != 0 )
|
||||
{
|
||||
if( fileVer <= FileVersion( 0, 4, 1 ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user