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:
@@ -271,6 +271,7 @@ struct LockMap
|
||||
int64_t timeAnnounce;
|
||||
int64_t timeTerminate;
|
||||
bool valid;
|
||||
bool isContended;
|
||||
|
||||
TimeRange range[64];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user