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

Reorder threads by drag and drop.

This commit is contained in:
Bartosz Taudul
2019-07-11 20:28:04 +02:00
parent 29d8911c6b
commit 689f4999e3
2 changed files with 51 additions and 29 deletions
+1
View File
@@ -202,6 +202,7 @@ private:
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;
Vector<float> m_threadDnd;
tracy_force_inline VisData& Vis( const void* ptr )
{