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

Add local call stack navigation menu to asm lines.

This commit is contained in:
Bartosz Taudul
2022-10-14 17:37:06 +02:00
parent 0f283d5825
commit a226446a92
2 changed files with 65 additions and 3 deletions
+2
View File
@@ -21,6 +21,7 @@ namespace tracy
class View;
class Worker;
struct CallstackFrameData;
class SourceView
{
@@ -234,6 +235,7 @@ private:
uint8_t m_maxAsmBytes;
bool m_atnt;
uint64_t m_jumpPopupAddr;
const CallstackFrameData* m_localCallstackPopup;
bool m_hwSamples, m_hwSamplesRelative;
bool m_childCalls;
bool m_childCallList;