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

Allow display of symbol address in statistics view.

This commit is contained in:
Bartosz Taudul
2020-05-30 15:31:41 +02:00
parent 5955efabb0
commit 7ce915c4f6
2 changed files with 13 additions and 2 deletions
+1
View File
@@ -371,6 +371,7 @@ private:
int m_showCallstackFrameAddress = 0;
bool m_showUnknownFrames = true;
bool m_statSeparateInlines = false;
bool m_statShowAddress = false;
bool m_groupChildrenLocations = false;
bool m_allocTimeRelativeToZone = true;
bool m_ctxSwitchTimeRelativeToZone = true;