mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Collect jumps outside symbol.
This commit is contained in:
@@ -72,6 +72,7 @@ private:
|
||||
std::vector<AsmLine> m_asm;
|
||||
|
||||
unordered_flat_map<uint64_t, JumpData> m_jumpTable;
|
||||
unordered_flat_set<uint64_t> m_jumpOut;
|
||||
int m_maxJumpLevel;
|
||||
bool m_showJumps;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user