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

Add memory allocation info window.

This commit is contained in:
Bartosz Taudul
2018-07-17 23:03:03 +02:00
parent 6485a090ed
commit 0889334462
2 changed files with 114 additions and 3 deletions
+2
View File
@@ -82,6 +82,7 @@ private:
void DrawMemory();
void DrawCompare();
void DrawCallstackWindow();
void DrawMemoryAllocWindow();
template<class T>
void ListMemData( T ptr, T end, std::function<const MemEvent*(T&)> DrawAddress, const char* id = nullptr );
@@ -188,6 +189,7 @@ private:
const GpuEvent* m_gpuHighlight;
uint64_t m_gpuInfoWindowThread;
uint32_t m_callstackInfoWindow;
uint64_t m_memoryAllocInfoWindow;
Region m_highlight;