Home
last modified time | relevance | path

Searched refs:category_map (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Core/
DTimer.cpp156 TimerCategoryMap &category_map = GetCategoryMap(); in ~Timer() local
157 category_map[m_category] += timer_nsec_uint; in ~Timer()
227 TimerCategoryMap &category_map = GetCategoryMap(); in ResetCategoryTimes() local
228 category_map.clear(); in ResetCategoryTimes()
235 TimerCategoryMap &category_map = GetCategoryMap(); in DumpCategoryTimes() local
237 TimerCategoryMap::const_iterator pos, end = category_map.end(); in DumpCategoryTimes()
238 for (pos = category_map.begin(); pos != end; ++pos) in DumpCategoryTimes()