Searched refs:ThresholdCache (Results 1 – 2 of 2) sorted by relevance
149 auto [Iter, Inserted] = ThresholdCache.try_emplace(PercentileCutoff); in computeThreshold()
61 mutable DenseMap<int, uint64_t> ThresholdCache; variable