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

Add UI for control of displaying all symbols.

This commit is contained in:
Bartosz Taudul
2020-03-26 22:22:09 +01:00
parent 696c351e6a
commit 7018caadb9
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -358,6 +358,7 @@ private:
int m_statMode = 0;
int m_statSampleLocation = 0;
bool m_statHideUnknown = true;
bool m_showAllSymbols = false;
int m_showCallstackFrameAddress = 0;
bool m_showUnknownFrames = true;
bool m_groupChildrenLocations = false;