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

Create memory plot based on memory alloc/free events.

This commit is contained in:
Bartosz Taudul
2018-04-28 15:49:12 +02:00
parent cd34ed6968
commit d8bfe7de2e
3 changed files with 40 additions and 1 deletions
+1
View File
@@ -236,6 +236,7 @@ struct MemData
uint64_t high = std::numeric_limits<uint64_t>::min();
uint64_t low = std::numeric_limits<uint64_t>::max();
uint64_t usage = 0;
PlotData* plot = nullptr;
};
struct StringLocation