mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Compress thread id in MessageData.
This commit is contained in:
@@ -279,7 +279,7 @@ struct MessageData
|
||||
{
|
||||
int64_t time;
|
||||
StringRef ref;
|
||||
uint64_t thread;
|
||||
uint16_t thread;
|
||||
uint32_t color;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user