Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DHeatmap.cpp241 double RatioRightInPercent = 100.0 / NumTotalCounts; in printCDF() local
249 << format("%.4f", RatioRightInPercent * (RunningCount)) << "\n"; in printCDF()