mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Properly initialize sortedNum in find zone.
This commit is contained in:
parent
a02121d78a
commit
e8b4f71f4a
@ -293,7 +293,7 @@ private:
|
||||
int64_t numBins = -1;
|
||||
std::unique_ptr<int64_t[]> bins, binTime, selBin;
|
||||
std::vector<int64_t> sorted, selSort;
|
||||
size_t sortedNum, selSortNum, selSortActive;
|
||||
size_t sortedNum = 0, selSortNum, selSortActive;
|
||||
float average, selAverage;
|
||||
float median, selMedian;
|
||||
int64_t total, selTotal;
|
||||
|
Loading…
Reference in New Issue
Block a user