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-08-13 04:28:18 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-08-13 16:16:46 +0300
commitd77c87ae1c6826e3d6ee1c1b2d32b07c1094a792 (patch)
tree9682b90bdae04dd5c5f8b8aab9dc038028598e7e /server/TracyView.hpp
parent874a2596f7308818415cf432ebc4b47c3c151bfc (diff)
Allow disabling context switch drawing.
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 0c330b6f..8ed3c844 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -291,6 +291,7 @@ private:
bool m_onlyContendedLocks = true;
bool m_goToFrame = false;
bool m_drawEmptyLabels = false;
+ bool m_drawContextSwitches = true;
int m_statSort = 0;
bool m_statSelf = false;