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-10-01 00:37:36 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-10-01 00:37:36 +0300
commit0e566829644f57b322b7408e62860eafef8ea84a (patch)
treef11cfa13abb3027016f63a783d263b111f9e2453 /server/TracyViewData.hpp
parente758e98ca46e82dd9af4ab5326f01fda01d5ea4d (diff)
Darkening of inactive thread regions.
Diffstat (limited to 'server/TracyViewData.hpp')
-rw-r--r--server/TracyViewData.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyViewData.hpp b/server/TracyViewData.hpp
index f08aa491..172eae23 100644
--- a/server/TracyViewData.hpp
+++ b/server/TracyViewData.hpp
@@ -22,6 +22,7 @@ struct ViewData
uint8_t onlyContendedLocks = true;
uint8_t drawEmptyLabels = false;
uint8_t drawContextSwitches = true;
+ uint8_t darkenContextSwitches = true;
uint8_t drawCpuData = true;
uint8_t dynamicColors = true;
};