Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DCacheMetrics.cpp255 size_t NumHotBlocks = 0; in printAll() local
275 NumHotBlocks++; in printAll()
288 << format(" %zu (%.2lf%%) are in the hot section\n", NumHotBlocks, in printAll()
289 100.0 * NumHotBlocks / NumBlocks); in printAll()