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

Add support for custom text in ImportEventTimeline.

This commit is contained in:
Bartosz Taudul
2020-05-12 11:44:36 +02:00
parent 1c8aece53c
commit 8e11cd5ebb
3 changed files with 11 additions and 2 deletions
+1
View File
@@ -95,6 +95,7 @@ public:
uint64_t tid;
uint64_t timestamp;
std::string name;
std::string text;
bool isEnd;
};