Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-07-11 21:28:04 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-07-11 21:29:20 +0300
commit689f4999e3d425f342531ff86e7e65d5c3c72617 (patch)
treecfa9a72f9b98da48117b770cfe4fdd661e241621 /server/TracyView.hpp
parent29d8911c6bc884efb7bff706d15c977e9d7aea89 (diff)
Reorder threads by drag and drop.
Diffstat (limited to 'server/TracyView.hpp')
-rw-r--r--server/TracyView.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyView.hpp b/server/TracyView.hpp
index 483b9308..5ea4f567 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -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 )
{