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

Send sampled call stacks.

This commit is contained in:
Bartosz Taudul
2020-02-22 13:42:09 +01:00
parent f186540c4f
commit 9e9c7db5b1
3 changed files with 37 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 = 25 };
enum : uint32_t { ProtocolVersion = 26 };
enum : uint32_t { BroadcastVersion = 0 };
using lz4sz_t = uint32_t;