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