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

Symbol length transfer.

This commit is contained in:
Bartosz Taudul
2020-03-25 18:32:36 +01:00
parent d47e6819a8
commit c999a74d34
6 changed files with 16 additions and 2 deletions
+1
View File
@@ -179,6 +179,7 @@ private:
StringIdx imageName;
StringIdx file;
uint32_t line;
uint32_t size;
bool isInline;
};