Home
last modified time | relevance | path

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

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