1
0
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:
Bartosz Taudul
2020-03-10 22:04:12 +01:00
parent ead597bacc
commit b89874850f
3 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -504,7 +504,7 @@ enum { FrameImageSize = sizeof( FrameImage ) };
struct GhostZone
{
Int48 start, end;
CallstackFrameId frame;
Int24 frame;
int32_t child;
};