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

Hide tracks that don't have anything to display.

This commit is contained in:
Bartosz Taudul
2019-02-23 01:14:08 +01:00
parent 7ab326c4fe
commit af3eb93e4a
2 changed files with 92 additions and 66 deletions
+1
View File
@@ -259,6 +259,7 @@ private:
bool m_drawPlots = true;
bool m_onlyContendedLocks = true;
bool m_goToFrame = false;
bool m_drawEmptyLabels = false;
int m_statSort = 0;
bool m_statSelf = false;