Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTimerTree.cpp41 LeafCounts.resize(TT__num); in TimerStack()
59 LeafCounts.push_back(decltype(LeafCounts)::value_type()); in getTimerID()
100 LeafCounts[Mapping[i]] += Src.LeafCounts[i]; in mergeFrom()
190 LeafCounts.resize(Leaf + 1); in update()
194 ++LeafCounts[Leaf]; in update()
219 LeafCounts.assign(LeafCounts.size(), 0); in reset()
300 if (LeafCounts[i]) { in dump()
302 LeafCounts[i]); in dump()
DIceTimerTree.h92 std::vector<size_t> LeafCounts; /// indexed by TimerIdT variable