mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Show external frames by default.
This commit is contained in:
parent
77f8ec0b2f
commit
03c98a8d4c
@ -489,7 +489,7 @@ private:
|
|||||||
bool m_statHideUnknown = true;
|
bool m_statHideUnknown = true;
|
||||||
bool m_showAllSymbols = false;
|
bool m_showAllSymbols = false;
|
||||||
int m_showCallstackFrameAddress = 0;
|
int m_showCallstackFrameAddress = 0;
|
||||||
bool m_showExternalFrames = false;
|
bool m_showExternalFrames = true;
|
||||||
bool m_showUnknownFrames = true;
|
bool m_showUnknownFrames = true;
|
||||||
bool m_statSeparateInlines = false;
|
bool m_statSeparateInlines = false;
|
||||||
bool m_statShowAddress = false;
|
bool m_statShowAddress = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user