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

Add memory pool selector to zone info window.

This commit is contained in:
Bartosz Taudul
2020-10-06 01:24:32 +02:00
parent 4394d396f5
commit 5af7f6ea0b
2 changed files with 27 additions and 5 deletions
+1
View File
@@ -399,6 +399,7 @@ private:
bool m_allocTimeRelativeToZone = true;
bool m_ctxSwitchTimeRelativeToZone = true;
bool m_messageTimeRelativeToZone = true;
uint64_t m_zoneInfoMemPool = 0;
ShortcutAction m_shortcut = ShortcutAction::None;
Namespace m_namespace = Namespace::Short;