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

Highlight zones with the same srcloc on hover.

This commit is contained in:
Bartosz Taudul
2018-07-28 19:53:11 +02:00
parent c124e49443
commit 8ddf32bc6b
2 changed files with 24 additions and 0 deletions
+2
View File
@@ -183,6 +183,8 @@ private:
const ZoneEvent* m_zoneInfoWindow;
const ZoneEvent* m_zoneHighlight;
uint64_t m_zoneSrcLocHighlight;
bool m_zoneSrcLocHighlightActive;
LockHighlight m_lockHighlight;
const MessageData* m_msgHighlight;
const GpuEvent* m_gpuInfoWindow;