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

Allow hiding symbols with unknown location.

This commit is contained in:
Bartosz Taudul
2020-02-27 19:45:41 +01:00
parent fea3444625
commit 5f48f8a3aa
2 changed files with 15 additions and 1 deletions
+1
View File
@@ -346,6 +346,7 @@ private:
bool m_statSampleTime = true;
int m_statMode = 0;
int m_statSampleLocation = 0;
bool m_statHideUnknown = false;
int m_showCallstackFrameAddress = 0;
bool m_showUnknownFrames = true;
bool m_groupChildrenLocations = false;