mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Allow direct access to data size table index.
This commit is contained in:
@@ -30,7 +30,11 @@ struct QueueZoneEnd
|
||||
|
||||
struct QueueHeader
|
||||
{
|
||||
QueueType type;
|
||||
union
|
||||
{
|
||||
QueueType type;
|
||||
uint8_t idx;
|
||||
};
|
||||
int64_t time;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user