Searched refs:Hists (Results 1 – 2 of 2) sorted by relevance
257 size_t Hists; // number of histograms stored in memory member264 static constexpr MaxLength kMaxLength = {.Hists = 60, .Outliers = 12000,
210 if (mHists.size() >= kMaxLength.Hists) { in logTsEntry()211 mHists.resize(kMaxLength.Hists); in logTsEntry()