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

Transfer executable image name in source file queries.

This commit is contained in:
Bartosz Taudul
2022-05-01 14:30:18 +02:00
parent fd55c1e975
commit aa2bbfe5f9
4 changed files with 15 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 = 56 };
enum : uint32_t { ProtocolVersion = 57 };
enum : uint16_t { BroadcastVersion = 2 };
using lz4sz_t = uint32_t;