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

Build list of allocations in a given call stack tree entry.

This commit is contained in:
Bartosz Taudul
2018-09-27 23:05:46 +02:00
parent 9301986bae
commit 01e0bbb5f9
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -402,6 +402,7 @@ private:
char pattern[1024] = {};
uint64_t ptrFind = 0;
bool restrictTime = false;
std::vector<const MemEvent*> allocList;
} m_memInfo;
struct {