mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Handle module names on server side.
This commit is contained in:
@@ -332,6 +332,7 @@ struct CallstackFrameData
|
||||
{
|
||||
short_ptr<CallstackFrame> data;
|
||||
uint8_t size;
|
||||
StringIdx imageName;
|
||||
};
|
||||
|
||||
enum { CallstackFrameDataSize = sizeof( CallstackFrameData ) };
|
||||
|
||||
Reference in New Issue
Block a user