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

Draw memory allocation range on mouse hover on mem event.

This commit is contained in:
Bartosz Taudul
2018-07-19 15:43:45 +02:00
parent 047d950936
commit 389e0facd3
2 changed files with 47 additions and 14 deletions
+3 -1
View File
@@ -189,7 +189,9 @@ private:
const GpuEvent* m_gpuHighlight;
uint64_t m_gpuInfoWindowThread;
uint32_t m_callstackInfoWindow;
uint64_t m_memoryAllocInfoWindow;
int64_t m_memoryAllocInfoWindow;
int64_t m_memoryAllocHover;
int m_memoryAllocHoverWait;
Region m_highlight;