Searched refs:times_ (Results 1 – 4 of 4) sorted by relevance
51 times_[name] += value; in IncrementTimeBy()59 const map<string, double>& times() const { return times_; } in times()64 map<string, double> times_; variable
90 int times_ = (count_ + 7) >> 3; \100 } while (--times_ > 0); \
2932 : times_(5), in HStatistics()2963 List<base::TimeDelta> times_;
13627 for (int i = 0; i < times_.length(); ++i) { in Print()13628 sum += times_[i]; in Print()13633 double ms = times_[i].InMillisecondsF(); in Print()13634 double percent = times_[i].PercentOf(sum); in Print()13678 times_[i] += time; in SaveTiming()13684 times_.Add(time); in SaveTiming()