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