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

Replace "restrict time" with time range limits in memory.

This commit is contained in:
Bartosz Taudul
2021-11-29 19:20:56 +01:00
parent de11604910
commit 04f045b22b
2 changed files with 85 additions and 55 deletions
-1
View File
@@ -723,7 +723,6 @@ private:
char pattern[1024] = {};
uint64_t ptrFind = 0;
uint64_t pool = 0;
bool restrictTime = false;
bool showAllocList = false;
std::vector<size_t> allocList;
Range range;