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

Display list of regions where thread was waiting.

This commit is contained in:
Bartosz Taudul
2019-08-14 18:25:12 +02:00
parent d520f1cc48
commit a5ef38812e
2 changed files with 94 additions and 5 deletions
+1
View File
@@ -300,6 +300,7 @@ private:
bool m_showUnknownFrames = true;
bool m_groupChildrenLocations = false;
bool m_allocTimeRelativeToZone = true;
bool m_ctxSwitchTimeRelativeToZone = true;
ShortcutAction m_shortcut = ShortcutAction::None;
Namespace m_namespace = Namespace::Short;