1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Display inline functions.

This commit is contained in:
Bartosz Taudul
2020-02-27 15:28:58 +01:00
parent bc18862dc6
commit 8aa70211c0
4 changed files with 18 additions and 3 deletions
+1
View File
@@ -331,6 +331,7 @@ struct SymbolData : public CallstackFrameBasic
StringIdx imageName;
StringIdx callFile;
uint32_t callLine;
uint8_t isInline;
};
enum { CallstackFrameBasicSize = sizeof( CallstackFrameBasic ) };