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