mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Setup tid -> thread data mapping when loading trace.
This commit is contained in:
parent
ea6a0a58a7
commit
cdc4575dba
@ -929,6 +929,7 @@ Worker::Worker( FileRead& f, EventType::Type eventMask )
|
||||
f.Skip( msz * sizeof( uint64_t ) );
|
||||
}
|
||||
m_data.threads[i] = td;
|
||||
m_threadMap.emplace( tid, td );
|
||||
}
|
||||
|
||||
s_loadProgress.progress.store( LoadProgress::GpuZones, std::memory_order_relaxed );
|
||||
|
Loading…
Reference in New Issue
Block a user