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

Add CPU data thread highlight.

This commit is contained in:
Bartosz Taudul
2019-11-24 01:40:32 +01:00
parent 07e69a88c2
commit ace780ea74
2 changed files with 28 additions and 4 deletions
+1
View File
@@ -314,6 +314,7 @@ private:
Region m_highlight;
Region m_highlightZoom;
DecayValue<uint64_t> m_cpuDataThread = 0;
uint64_t m_gpuThread = 0;
int64_t m_gpuStart = 0;
int64_t m_gpuEnd = 0;