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:
@@ -567,6 +567,7 @@ private:
|
||||
Vector<SymList> counts;
|
||||
int64_t timeRange = 0;
|
||||
bool scheduleUpdate = false;
|
||||
bool needZonesPerThread = false;
|
||||
} samplesCache;
|
||||
|
||||
void Reset()
|
||||
|
||||
Reference in New Issue
Block a user