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

Avoid useless work when there aren't any samples

This commit is contained in:
xavier
2021-09-05 11:04:45 +02:00
parent 1233b39b69
commit 41130d2a69
2 changed files with 29 additions and 7 deletions
+1
View File
@@ -567,6 +567,7 @@ private:
Vector<SymList> counts;
int64_t timeRange = 0;
bool scheduleUpdate = false;
bool needZonesPerThread = false;
} samplesCache;
void Reset()