Home | History | Annotate | Download | only in base

Lines Matching refs:start_time_

841   start_time_ = ThreadData::Now();
866 if (!start_time_.is_null() && !end_time.is_null()) {
867 wallclock_duration_ms_ = (end_time - start_time_).InMilliseconds();
892 return start_time_;