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

Implement hiding external stack frames.

This commit is contained in:
Bartosz Taudul
2024-02-27 02:03:33 +01:00
parent a1aa87df87
commit 77f8ec0b2f
2 changed files with 63 additions and 9 deletions
+1
View File
@@ -489,6 +489,7 @@ private:
bool m_statHideUnknown = true;
bool m_showAllSymbols = false;
int m_showCallstackFrameAddress = 0;
bool m_showExternalFrames = false;
bool m_showUnknownFrames = true;
bool m_statSeparateInlines = false;
bool m_statShowAddress = false;