mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Store source location on 32 bits, not 64.
This commit is contained in:
@@ -20,7 +20,7 @@ struct ZoneEvent
|
||||
{
|
||||
int64_t start;
|
||||
int64_t end;
|
||||
uint64_t srcloc;
|
||||
uint32_t srcloc;
|
||||
int8_t cpu_start;
|
||||
int8_t cpu_end;
|
||||
|
||||
@@ -41,7 +41,7 @@ struct LockEvent
|
||||
};
|
||||
|
||||
int64_t time;
|
||||
uint64_t srcloc;
|
||||
uint32_t srcloc;
|
||||
uint64_t waitList;
|
||||
uint8_t thread;
|
||||
uint8_t lockingThread;
|
||||
|
||||
Reference in New Issue
Block a user