Searched refs:category_map (Results 1 – 1 of 1) sorted by relevance
156 TimerCategoryMap &category_map = GetCategoryMap(); in ~Timer() local157 category_map[m_category] += timer_nsec_uint; in ~Timer()227 TimerCategoryMap &category_map = GetCategoryMap(); in ResetCategoryTimes() local228 category_map.clear(); in ResetCategoryTimes()235 TimerCategoryMap &category_map = GetCategoryMap(); in DumpCategoryTimes() local237 TimerCategoryMap::const_iterator pos, end = category_map.end(); in DumpCategoryTimes()238 for (pos = category_map.begin(); pos != end; ++pos) in DumpCategoryTimes()