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

Add zone coloring mode based on source location.

This commit is contained in:
Bartosz Taudul
2019-11-01 02:07:55 +01:00
parent 39988ad636
commit d38257ea90
2 changed files with 26 additions and 9 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ struct ViewData
uint8_t darkenContextSwitches = true;
uint8_t drawCpuData = true;
uint8_t drawCpuUsageGraph = true;
uint8_t dynamicColors = true;
uint8_t dynamicColors = 1;
};
struct Annotation