Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DCacheMetrics.cpp253 size_t NumHotFunctions = 0; in printAll() local
267 NumHotFunctions++; in printAll()
283 << format(" %zu (%.2lf%%) are in the hot section,", NumHotFunctions, in printAll()
284 100.0 * NumHotFunctions / NumFunctions) in printAll()