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

Track memory usage.

This commit is contained in:
Bartosz Taudul
2018-04-02 00:00:49 +02:00
parent e3509b6eee
commit 52f59c90bf
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -228,6 +228,7 @@ struct MemData
flat_hash_map<uint64_t, MemEvent*, nohash<uint64_t>> active;
uint64_t high = std::numeric_limits<uint64_t>::min();
uint64_t low = std::numeric_limits<uint64_t>::max();
uint64_t usage = 0;
};
struct StringLocation