Hide unknown symbols by default in sample statistics.

This commit is contained in:
Bartosz Taudul 2020-03-25 22:53:47 +01:00
parent 7ac03be43b
commit b091c0d4a8

View File

@ -357,7 +357,7 @@ private:
bool m_statSampleTime = true; bool m_statSampleTime = true;
int m_statMode = 0; int m_statMode = 0;
int m_statSampleLocation = 0; int m_statSampleLocation = 0;
bool m_statHideUnknown = false; bool m_statHideUnknown = true;
int m_showCallstackFrameAddress = 0; int m_showCallstackFrameAddress = 0;
bool m_showUnknownFrames = true; bool m_showUnknownFrames = true;
bool m_groupChildrenLocations = false; bool m_groupChildrenLocations = false;