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

Add child calls UI.

This commit is contained in:
Bartosz Taudul
2021-04-09 21:22:25 +02:00
parent ffe8aebfbd
commit 2f6adf3641
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -175,6 +175,7 @@ private:
uint8_t m_maxAsmBytes;
bool m_atnt;
uint64_t m_jumpPopupAddr;
bool m_childCalls;
SourceContents m_source;
SourceContents m_sourceTooltip;