Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DCacheMetrics.cpp252 size_t NumProfiledFunctions = 0; in printAll() local
265 NumProfiledFunctions++; in printAll()
285 << format(" %zu (%.2lf%%) have profile\n", NumProfiledFunctions, in printAll()
286 100.0 * NumProfiledFunctions / NumFunctions); in printAll()