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-14 19:25:12 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-08-14 19:28:52 +0300
commita5ef38812e8ea5bc75c19754a0cc78c26d76f423 (patch)
tree200f11e3e90c4a602462eb055ebe3ea55e422224 /server/TracyView.hpp
parentd520f1cc485c95d043aa8df1b4014095f996d9bd (diff)
Display list of regions where thread was waiting.
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 d89afcde..005e8ab8 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -300,6 +300,7 @@ private:
bool m_showUnknownFrames = true;
bool m_groupChildrenLocations = false;
bool m_allocTimeRelativeToZone = true;
+ bool m_ctxSwitchTimeRelativeToZone = true;
ShortcutAction m_shortcut = ShortcutAction::None;
Namespace m_namespace = Namespace::Short;