Searched refs:number_of_counters (Results 1 – 1 of 1) sorted by relevance
1321 int number_of_counters = 0; in OnExit() local1323 number_of_counters++; in OnExit()1325 CounterAndKey* counters = new CounterAndKey[number_of_counters]; in OnExit()1331 std::sort(counters, counters + number_of_counters); in OnExit()1338 for (j = 0; j < number_of_counters; j++) { in OnExit()