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

Update samples statistics continuously in the "find zone" window

This commit is contained in:
xavier
2021-09-13 22:09:40 +02:00
parent 63acfe72e7
commit 61670e30aa
2 changed files with 100 additions and 104 deletions
+1 -1
View File
@@ -576,6 +576,7 @@ private:
selMatch = 0;
selGroup = Unselected;
highlight.active = false;
samples.counts.clear();
}
void ResetMatch()
@@ -610,7 +611,6 @@ private:
selTotal = 0;
selTime = 0;
binCache.numBins = -1;
samples.counts.clear();
samples.scheduleUpdate = true;
}