1
0
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:
Bartosz Taudul
2020-02-26 00:55:43 +01:00
parent abf8c42a7c
commit eb7e8162ff
2 changed files with 12 additions and 4 deletions
+1
View File
@@ -332,6 +332,7 @@ struct CallstackFrameData
{
short_ptr<CallstackFrame> data;
uint8_t size;
StringIdx imageName;
};
enum { CallstackFrameDataSize = sizeof( CallstackFrameData ) };