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

Add callstack samples drawing option.

This commit is contained in:
Bartosz Taudul
2020-02-22 17:35:29 +01:00
parent 597911e5a8
commit b425374cb7
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ struct ViewData
uint8_t darkenContextSwitches = true;
uint8_t drawCpuData = true;
uint8_t drawCpuUsageGraph = true;
uint8_t drawSamples = true;
uint8_t dynamicColors = 1;
};