Searched refs:sorted_iterators (Results 1 – 1 of 1) sorted by relevance
236 std::vector<TimerCategoryMap::const_iterator> sorted_iterators; in DumpCategoryTimes() local240 sorted_iterators.push_back (pos); in DumpCategoryTimes()242 std::sort (sorted_iterators.begin(), sorted_iterators.end(), CategoryMapIteratorSortCriterion); in DumpCategoryTimes()244 const size_t count = sorted_iterators.size(); in DumpCategoryTimes()247 const double timer_nsec = sorted_iterators[i]->second; in DumpCategoryTimes()248 s->Printf("%.9f sec for %s\n", timer_nsec / 1000000000.0, sorted_iterators[i]->first); in DumpCategoryTimes()