1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Mirror thread data in a reorderable vector.

This commit is contained in:
Bartosz Taudul
2019-03-24 13:37:43 +01:00
parent 6ad820a76a
commit e957590350
2 changed files with 13 additions and 2 deletions
+1
View File
@@ -193,6 +193,7 @@ private:
flat_hash_map<uint64_t, bool, nohash<uint64_t>> m_visibleMsgThread;
flat_hash_map<const void*, int, nohash<const void*>> m_gpuDrift;
flat_hash_map<const PlotData*, PlotView, nohash<const PlotData*>> m_plotView;
Vector<const ThreadData*> m_threadOrder;
tracy_force_inline VisData& Vis( const void* ptr )
{