mirror of
https://github.com/wolfpld/tracy
synced 2026-02-17 14:22:13 +00:00
Reorder LockEvent fields.
This commit is contained in:
@@ -105,11 +105,11 @@ struct LockEvent
|
||||
|
||||
int64_t time;
|
||||
int32_t srcloc;
|
||||
uint64_t waitList;
|
||||
uint8_t thread;
|
||||
uint8_t lockingThread;
|
||||
uint8_t type;
|
||||
uint8_t lockCount;
|
||||
uint64_t waitList;
|
||||
};
|
||||
|
||||
enum { LockEventSize = sizeof( LockEvent ) };
|
||||
|
||||
Reference in New Issue
Block a user