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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user