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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user