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

Add children locations grouping button.

This commit is contained in:
Bartosz Taudul
2019-02-10 16:14:13 +01:00
parent b7bd3696b7
commit 740486a0ce
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -270,6 +270,7 @@ private:
bool m_statSelf = false;
bool m_showCallstackFrameAddress = false;
bool m_showUnknownFrames = true;
bool m_groupChildrenLocations = false;
ShortcutAction m_shortcut = ShortcutAction::None;
Namespace m_namespace = Namespace::Full;