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

Calculate lock wait counts.

This commit is contained in:
Bartosz Taudul
2017-10-05 14:02:08 +02:00
parent 2582f04977
commit 78067eb35e
2 changed files with 15 additions and 6 deletions
+1
View File
@@ -42,6 +42,7 @@ struct LockEvent
int64_t time;
uint64_t thread;
uint8_t lockCount;
uint8_t waitCount;
Type type;
};