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:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user