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

Allow disabling CPU usage graph.

This commit is contained in:
Bartosz Taudul
2019-10-15 21:37:16 +02:00
parent c28bab59b5
commit 4372ad1bc3
3 changed files with 41 additions and 26 deletions
+1
View File
@@ -24,6 +24,7 @@ struct ViewData
uint8_t drawContextSwitches = true;
uint8_t darkenContextSwitches = true;
uint8_t drawCpuData = true;
uint8_t drawCpuUsageGraph = true;
uint8_t dynamicColors = true;
};