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

Highlight threads on CPU data timeline.

This commit is contained in:
Bartosz Taudul
2019-09-29 18:49:48 +02:00
parent 05a2fa487f
commit cafb5d6a99
2 changed files with 13 additions and 2 deletions
+1
View File
@@ -276,6 +276,7 @@ private:
int m_visibleMessages = 0;
bool m_disconnectIssued = false;
DecayValue<uint64_t> m_drawThreadMigrations = 0;
DecayValue<uint64_t> m_drawThreadHighlight = 0;
Region m_highlight;
Region m_highlightZoom;