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
-8
View File
@@ -284,15 +284,7 @@ private:
bool m_showInfo = false;
bool m_showPlayback = false;
bool m_showCpuDataWindow = false;
bool m_drawGpuZones = true;
bool m_drawZones = true;
bool m_drawLocks = true;
bool m_drawPlots = true;
bool m_onlyContendedLocks = true;
bool m_goToFrame = false;
bool m_drawEmptyLabels = false;
bool m_drawContextSwitches = true;
bool m_drawCpuData = true;
enum class CpuDataSortBy
{