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

Add UI for disabling inlines in sample statistics.

This commit is contained in:
Bartosz Taudul
2020-04-08 15:52:53 +02:00
parent f59f4f266e
commit fe98921e4c
3 changed files with 4 additions and 9 deletions
+1
View File
@@ -361,6 +361,7 @@ private:
bool m_showAllSymbols = false;
int m_showCallstackFrameAddress = 0;
bool m_showUnknownFrames = true;
bool m_statSeparateInlines = true;
bool m_groupChildrenLocations = false;
bool m_allocTimeRelativeToZone = true;
bool m_ctxSwitchTimeRelativeToZone = true;