mirror of
https://github.com/wolfpld/tracy
synced 2025-05-03 14:03:52 +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 ) );
|
f.Skip( msz * sizeof( uint64_t ) );
|
||||||
}
|
}
|
||||||
m_data.threads[i] = td;
|
m_data.threads[i] = td;
|
||||||
|
m_threadMap.emplace( tid, td );
|
||||||
}
|
}
|
||||||
|
|
||||||
s_loadProgress.progress.store( LoadProgress::GpuZones, std::memory_order_relaxed );
|
s_loadProgress.progress.store( LoadProgress::GpuZones, std::memory_order_relaxed );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user