Searched refs:MinMatchedColdBytePercent (Results 1 – 1 of 1) sorted by relevance
74 static cl::opt<unsigned> MinMatchedColdBytePercent( variable590 if (TotalColdSize < TotalSize && MinMatchedColdBytePercent < 100 && in readMemprof()591 TotalColdSize * 100 >= MinMatchedColdBytePercent * TotalSize) { in readMemprof()