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

Track number of held locks.

This commit is contained in:
Bartosz Taudul
2017-10-04 19:42:44 +02:00
parent 39bb9a3ad1
commit 4c8e9f7d5d
3 changed files with 30 additions and 1 deletions
+1
View File
@@ -41,6 +41,7 @@ struct LockEvent
int64_t time;
uint64_t thread;
uint8_t lockCount;
Type type;
};