Home
last modified time | relevance | path

Searched refs:AlmostFullThreshold (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp146 double AlmostFullThreshold = (double)(ProcResource.BufferSize * 4) / 5; in printSchedulerUsage() local
148 unsigned NormalizedThreshold = floor((AlmostFullThreshold * 10) + 0.5) / 10; in printSchedulerUsage()