1
0
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:
Bartosz Taudul
2020-03-26 02:23:09 +01:00
parent 6a96b5f1dc
commit 3de4283bd2
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -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;