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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user