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

Draw thread migrations across CPU cores.

This commit is contained in:
Bartosz Taudul
2019-09-12 20:08:57 +02:00
parent c1731f864b
commit 6d00a56c61
2 changed files with 44 additions and 0 deletions
+1
View File
@@ -275,6 +275,7 @@ private:
ImGuiTextFilter m_messageFilter;
int m_visibleMessages = 0;
bool m_disconnectIssued = false;
DecayValue<uint64_t> m_drawThreadMigrations = 0;
Region m_highlight;
Region m_highlightZoom;