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

Add ability to hide uncontended locks.

This commit is contained in:
Bartosz Taudul
2017-10-22 13:32:27 +02:00
parent 92a38a43d5
commit caec31731f
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -274,6 +274,7 @@ private:
bool m_drawZones;
bool m_drawLocks;
bool m_drawPlots;
bool m_onlyContendedLocks;
bool m_terminate;
};