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

Display list of child calls.

This commit is contained in:
Bartosz Taudul
2021-11-27 14:43:31 +01:00
parent 6a7b4e6066
commit 702c87dad0
2 changed files with 65 additions and 0 deletions
+1
View File
@@ -223,6 +223,7 @@ private:
uint64_t m_jumpPopupAddr;
bool m_hwSamples, m_hwSamplesRelative;
bool m_childCalls;
bool m_childCallList;
CostType m_cost;
SourceContents m_source;