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

Allow saving only lines within jump range.

This commit is contained in:
Bartosz Taudul
2020-05-11 21:59:45 +02:00
parent 0790e92cad
commit e330b96b3d
2 changed files with 42 additions and 0 deletions
+1
View File
@@ -206,6 +206,7 @@ private:
bool m_calcInlineStats;
uint8_t m_maxAsmBytes;
bool m_atnt;
uint64_t m_jumpPopupAddr;
std::vector<Line> m_lines;
std::vector<AsmLine> m_asm;