1
0
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:
Bartosz Taudul
2017-12-10 21:37:39 +01:00
parent ea604d484d
commit 3567d7edd8
5 changed files with 68 additions and 16 deletions
+2
View File
@@ -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