mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +00:00
Reorder LockEvent fields.
This commit is contained in:
parent
cf5ee65604
commit
981bbfe42d
@ -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 ) };
|
||||
|
Loading…
Reference in New Issue
Block a user