mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add allocations list window.
This commit is contained in:
@@ -93,6 +93,7 @@ private:
|
||||
void DrawFindZone();
|
||||
void DrawStatistics();
|
||||
void DrawMemory();
|
||||
void DrawAllocList();
|
||||
void DrawCompare();
|
||||
void DrawCallstackWindow();
|
||||
void DrawMemoryAllocWindow();
|
||||
@@ -402,6 +403,7 @@ private:
|
||||
char pattern[1024] = {};
|
||||
uint64_t ptrFind = 0;
|
||||
bool restrictTime = false;
|
||||
bool showAllocList = false;
|
||||
std::vector<const MemEvent*> allocList;
|
||||
} m_memInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user