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

Store lock mark locations.

This commit is contained in:
Bartosz Taudul
2017-10-06 18:04:17 +02:00
parent ef525067c5
commit 71e16d069e
2 changed files with 24 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ struct LockEvent
int64_t time;
uint64_t thread;
uint64_t srcloc;
uint8_t lockCount;
uint8_t waitCount;
Type type;