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