mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Pack frame identifiers in ghost zones.
This commit is contained in:
@@ -504,7 +504,7 @@ enum { FrameImageSize = sizeof( FrameImage ) };
|
||||
struct GhostZone
|
||||
{
|
||||
Int48 start, end;
|
||||
CallstackFrameId frame;
|
||||
Int24 frame;
|
||||
int32_t child;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user