Searched refs:TimerCategoryMap (Results 1 – 1 of 1) sorted by relevance
28 typedef std::map<const char *, uint64_t> TimerCategoryMap; typedef38 static TimerCategoryMap &41 static TimerCategoryMap g_category_map; in GetCategoryMap()156 TimerCategoryMap &category_map = GetCategoryMap(); in ~Timer()217 CategoryMapIteratorSortCriterion (const TimerCategoryMap::const_iterator& lhs, const TimerCategoryM… in CategoryMapIteratorSortCriterion()227 TimerCategoryMap &category_map = GetCategoryMap(); in ResetCategoryTimes()235 TimerCategoryMap &category_map = GetCategoryMap(); in DumpCategoryTimes()236 std::vector<TimerCategoryMap::const_iterator> sorted_iterators; in DumpCategoryTimes()237 TimerCategoryMap::const_iterator pos, end = category_map.end(); in DumpCategoryTimes()