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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user