mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Store TextData pointer as an index in array.
This further reduces ZoneEvent size by 4 bytes.
This commit is contained in:
@@ -24,7 +24,7 @@ struct ZoneEvent
|
||||
int8_t cpu_start;
|
||||
int8_t cpu_end;
|
||||
|
||||
TextData* text;
|
||||
int32_t text;
|
||||
Vector<ZoneEvent*> child;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user