mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 12:53:51 +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…
x
Reference in New Issue
Block a user