Searched refs:number_of_counters (Results 1 – 1 of 1) sorted by relevance
2098 const int number_of_counters = static_cast<int>(counter_map_->size()); in OnExit() local2099 CounterAndKey* counters = new CounterAndKey[number_of_counters]; in OnExit()2106 std::sort(counters, counters + number_of_counters); in OnExit()2110 for (j = 0; j < number_of_counters; j++) { in OnExit()2131 for (j = 0; j < number_of_counters; j++) { in OnExit()