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

Enable display of symbol address in callstack window.

This commit is contained in:
Bartosz Taudul
2020-02-26 19:01:21 +01:00
parent 890cec9872
commit 02c99fca67
2 changed files with 42 additions and 14 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ private:
int m_statSort = 0;
bool m_statSelf = false;
bool m_showCallstackFrameAddress = false;
int m_showCallstackFrameAddress = 0;
bool m_showUnknownFrames = true;
bool m_groupChildrenLocations = false;
bool m_allocTimeRelativeToZone = true;