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

Add ability to hide individual locks.

This commit is contained in:
Bartosz Taudul
2017-10-22 13:25:58 +02:00
parent ba5312f429
commit 92a38a43d5
2 changed files with 14 additions and 1 deletions
+1
View File
@@ -77,6 +77,7 @@ private:
Vector<LockEvent*> timeline;
std::unordered_map<uint64_t, uint8_t> threadMap;
std::vector<uint64_t> threadList;
bool visible;
};
struct LockHighlight