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

Support dynamic recalculation of min, max and total time.

This commit is contained in:
Bartosz Taudul
2019-08-14 21:10:58 +02:00
parent ee77ff020a
commit 9ec0724ffb
2 changed files with 12 additions and 7 deletions
+1
View File
@@ -391,6 +391,7 @@ private:
bool scheduleResetMatch = false;
int selCs = 0;
int minBinVal = 1;
int64_t tmin, tmax;
struct
{