mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Display code size in source file view window.
This commit is contained in:
@@ -45,6 +45,7 @@ private:
|
||||
int m_targetLine;
|
||||
int m_selectedLine;
|
||||
bool m_showAsm;
|
||||
uint32_t m_codeLen;
|
||||
|
||||
std::vector<Line> m_lines;
|
||||
std::vector<AsmLine> m_asm;
|
||||
|
||||
Reference in New Issue
Block a user