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

Allow restricting displayed allocs by time.

This commit is contained in:
Bartosz Taudul
2018-04-02 16:07:33 +02:00
parent c1aaec32d6
commit e80891e36d
2 changed files with 64 additions and 24 deletions
+1
View File
@@ -212,6 +212,7 @@ private:
bool show = false;
char pattern[1024] = {};
uint64_t ptrFind = 0;
bool restrictTime = false;
} m_memInfo;
};