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

Allow disabling context switch drawing.

This commit is contained in:
Bartosz Taudul
2019-08-13 03:28:18 +02:00
parent 874a2596f7
commit d77c87ae1c
2 changed files with 13 additions and 4 deletions
+1
View File
@@ -291,6 +291,7 @@ private:
bool m_onlyContendedLocks = true;
bool m_goToFrame = false;
bool m_drawEmptyLabels = false;
bool m_drawContextSwitches = true;
int m_statSort = 0;
bool m_statSelf = false;