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

Track lock contention status.

This commit is contained in:
Bartosz Taudul
2019-05-12 16:17:17 +02:00
parent a714cd4369
commit 0da1e8551f
3 changed files with 15 additions and 1 deletions
+1
View File
@@ -271,6 +271,7 @@ struct LockMap
int64_t timeAnnounce;
int64_t timeTerminate;
bool valid;
bool isContended;
TimeRange range[64];
};