mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Hide unknown symbols by default in sample statistics.
This commit is contained in:
parent
7ac03be43b
commit
b091c0d4a8
@ -357,7 +357,7 @@ private:
|
||||
bool m_statSampleTime = true;
|
||||
int m_statMode = 0;
|
||||
int m_statSampleLocation = 0;
|
||||
bool m_statHideUnknown = false;
|
||||
bool m_statHideUnknown = true;
|
||||
int m_showCallstackFrameAddress = 0;
|
||||
bool m_showUnknownFrames = true;
|
||||
bool m_groupChildrenLocations = false;
|
||||
|
Loading…
Reference in New Issue
Block a user