Searched defs:CountThreshold (Results 1 – 3 of 3) sorted by relevance
27 const int64_t CountThreshold = 0; variable31 ExponentialBackoff(int64_t MaxCount, int64_t CountThreshold, in ExponentialBackoff()
151 uint64_t CountThreshold = Entry.MinCount; in computeThreshold() local175 auto CountThreshold = computeThreshold(PercentileCutoff); in isHotOrColdCountNthPercentile() local
32 static cl::opt<unsigned> CountThreshold( variable