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

Send native callstack along with allocated callstack.

This commit is contained in:
Bartosz Taudul
2019-03-05 02:00:31 +01:00
parent e13286936c
commit d229c1bc1b
4 changed files with 23 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
namespace tracy
{
enum : uint32_t { ProtocolVersion = 4 };
enum : uint32_t { ProtocolVersion = 5 };
using lz4sz_t = uint32_t;