Searched refs:ThresholdCache (Results 1 – 2 of 2) sorted by relevance
272 auto iter = ThresholdCache.find(PercentileCutoff); in computeThreshold()273 if (iter != ThresholdCache.end()) { in computeThreshold()280 ThresholdCache[PercentileCutoff] = CountThreshold; in computeThreshold()
59 mutable DenseMap<int, uint64_t> ThresholdCache; variable