Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2020-03-25 20:32:36 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2020-03-25 20:32:36 +0300
commitc999a74d340fb7ac764a27a2c57b2695feeb42ae (patch)
tree2fe06827a168db986a0dc702ca952f0075ef3705 /server/TracyEvent.hpp
parentd47e6819a8ac9f8b4f7af2b39c150d2e383755a3 (diff)
Symbol length transfer.
Diffstat (limited to 'server/TracyEvent.hpp')
-rw-r--r--server/TracyEvent.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyEvent.hpp b/server/TracyEvent.hpp
index d4fa12f7..853cfe1e 100644
--- a/server/TracyEvent.hpp
+++ b/server/TracyEvent.hpp
@@ -332,6 +332,7 @@ struct SymbolData : public CallstackFrameBasic
StringIdx callFile;
uint32_t callLine;
uint8_t isInline;
+ Int24 size;
};
enum { CallstackFrameBasicSize = sizeof( CallstackFrameBasic ) };