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

Add name field to frame mark message.

This commit is contained in:
Bartosz Taudul
2018-08-04 15:03:47 +02:00
parent ea588072f2
commit 922882d3b0
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -75,6 +75,7 @@ struct QueueStringTransfer
struct QueueFrameMark
{
int64_t time;
uint64_t name; // ptr
};
struct QueueSourceLocation