Searched refs:NumProfiledFunctions (Results 1 – 1 of 1) sorted by relevance
219 size_t NumProfiledFunctions = 0; in printAll() local232 NumProfiledFunctions++; in printAll()252 << format(" %zu (%.2lf%%) have profile\n", NumProfiledFunctions, in printAll()253 100.0 * NumProfiledFunctions / NumFunctions); in printAll()