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

Add memory time range limit UI.

This commit is contained in:
Bartosz Taudul
2021-11-29 18:17:19 +01:00
parent bad8df4878
commit de11604910
2 changed files with 27 additions and 1 deletions
+1
View File
@@ -726,6 +726,7 @@ private:
bool restrictTime = false;
bool showAllocList = false;
std::vector<size_t> allocList;
Range range;
} m_memInfo;
struct {