1
0
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:
Bartosz Taudul
2019-08-28 21:03:01 +02:00
parent ede26b0caf
commit a2f968d843
3 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ struct MessageData
{
int64_t time;
StringRef ref;
uint64_t thread;
uint16_t thread;
uint32_t color;
};