Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dexecution_summary.h51 times_[name] += value; in IncrementTimeBy()
59 const map<string, double>& times() const { return times_; } in times()
64 map<string, double> times_; variable
/external/svox/pico/lib/
Dpicodsp.h90 int times_ = (count_ + 7) >> 3; \
100 } while (--times_ > 0); \
/external/v8/src/crankshaft/
Dhydrogen.h2932 : times_(5), in HStatistics()
2963 List<base::TimeDelta> times_;
Dhydrogen.cc13627 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()