HomeSort by relevance Sort by last modified time
    Searched refs:LeafTimes (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTimerTree.cpp 40 LeafTimes.resize(TT__num);
58 LeafTimes.push_back(decltype(LeafTimes)::value_type());
98 for (TimerIdT i = 0; i < Src.LeafTimes.size(); ++i) {
99 LeafTimes[Mapping[i]] += Src.LeafTimes[i];
188 if (Leaf >= LeafTimes.size()) {
189 LeafTimes.resize(Leaf + 1);
192 LeafTimes[Leaf] += Delta;
218 LeafTimes.assign(LeafTimes.size(), 0)
    [all...]
IceTimerTree.h 91 std::vector<double> LeafTimes; /// indexed by TimerIdT

Completed in 129 milliseconds