mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Allow sending custom zone names.
This commit is contained in:
@@ -9,6 +9,7 @@ namespace tracy
|
||||
struct TextData
|
||||
{
|
||||
const char* userText;
|
||||
uint64_t zoneName; // ptr
|
||||
};
|
||||
|
||||
struct Event
|
||||
|
||||
Reference in New Issue
Block a user