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

Wait stacks mode selection.

This commit is contained in:
Bartosz Taudul
2021-11-13 21:54:04 +01:00
parent 4f6e9bbb65
commit 5f9a0ab61f
2 changed files with 89 additions and 33 deletions
+3
View File
@@ -446,6 +446,9 @@ private:
bool m_messageTimeRelativeToZone = true;
uint64_t m_zoneInfoMemPool = 0;
int m_waitStack = 0;
int m_waitStackMode = 0;
bool m_groupWaitStackBottomUp = true;
bool m_groupWaitStackTopDown = true;
ShortcutAction m_shortcut = ShortcutAction::None;
Namespace m_namespace = Namespace::Short;