mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Reintroduce lock announce events.
This commit is contained in:
@@ -177,7 +177,9 @@ struct LockMap
|
||||
Vector<LockEvent*> timeline;
|
||||
std::unordered_map<uint64_t, uint8_t> threadMap;
|
||||
std::vector<uint64_t> threadList;
|
||||
LockType type;
|
||||
bool visible;
|
||||
bool valid;
|
||||
};
|
||||
|
||||
struct LockHighlight
|
||||
|
||||
Reference in New Issue
Block a user