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

Cache bin containers in find zone.

This commit is contained in:
Bartosz Taudul
2018-06-06 23:06:00 +02:00
parent 2950f3c70c
commit da5d35c364
2 changed files with 14 additions and 5 deletions
+2
View File
@@ -211,6 +211,8 @@ private:
bool showThreads = true;
bool sortByCounts = false;
Region highlight;
int64_t numBins = -1;
std::unique_ptr<int64_t[]> bins, binTime, selBin;
void Reset()
{