1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Send thread group hint message.

This commit is contained in:
Bartosz Taudul
2024-08-03 19:40:49 +02:00
parent beb42a3d29
commit 8cea63cbca
3 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace tracy
constexpr unsigned Lz4CompressBound( unsigned isize ) { return isize + ( isize / 255 ) + 16; }
enum : uint32_t { ProtocolVersion = 66 };
enum : uint32_t { ProtocolVersion = 67 };
enum : uint16_t { BroadcastVersion = 3 };
using lz4sz_t = uint32_t;