Home
last modified time | relevance | path

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

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