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

Implement transfer of integral values for zones.

This commit is contained in:
Bartosz Taudul
2020-05-24 16:13:09 +02:00
parent 1bcde1f2ff
commit 2b304581cf
8 changed files with 78 additions and 1 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 = 31 };
enum : uint32_t { ProtocolVersion = 32 };
enum : uint32_t { BroadcastVersion = 1 };
using lz4sz_t = uint32_t;