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