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