Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DHeatmap.cpp242 uint64_t RunningCount = 0; in printCDF() local
246 RunningCount += Counts[I]; in printCDF()
249 << format("%.4f", RatioRightInPercent * (RunningCount)) << "\n"; in printCDF()