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

Save per-trace options.

This commit is contained in:
Bartosz Taudul
2019-08-28 21:35:08 +02:00
parent fc5293b1ae
commit 6f25ad5fcb
4 changed files with 127 additions and 69 deletions
+9
View File
@@ -14,6 +14,15 @@ struct ViewData
int32_t zvScroll = 0;
int32_t frameScale = 0;
int32_t frameStart = 0;
uint8_t drawGpuZones = true;
uint8_t drawZones = true;
uint8_t drawLocks = true;
uint8_t drawPlots = true;
uint8_t onlyContendedLocks = true;
uint8_t drawEmptyLabels = false;
uint8_t drawContextSwitches = true;
uint8_t drawCpuData = true;
};
}