Lines Matching defs:time_
56 time_(time.InMicroseconds()),
62 if (time_ < other.time_) return true;
63 if (time_ > other.time_) return false;
71 os << std::setw(10) << static_cast<double>(time_) / 1000 << "ms ";
83 time_percent_ = 100.0 * time_ / total_time.InMicroseconds();
90 int64_t time_;
103 time_ = 0;
109 value->AppendDouble(time_);
115 time_ += other->time().InMicroseconds();