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); \
2751 : times_(5), in HStatistics()2782 List<base::TimeDelta> times_;
12458 for (int i = 0; i < times_.length(); ++i) { in Print()12459 sum += times_[i]; in Print()12464 double ms = times_[i].InMillisecondsF(); in Print()12465 double percent = times_[i].PercentOf(sum); in Print()12508 times_[i] += time; in SaveTiming()12514 times_.Add(time); in SaveTiming()