Searched refs:NumHotBlocks (Results 1 – 1 of 1) sorted by relevance
222 size_t NumHotBlocks = 0; in printAll() local242 NumHotBlocks++; in printAll()255 << format(" %zu (%.2lf%%) are in the hot section\n", NumHotBlocks, in printAll()256 100.0 * NumHotBlocks / NumBlocks); in printAll()