Searched refs:wallclock_duration_ms_ (Results 1 – 2 of 2) sorted by relevance
857 : wallclock_duration_ms_(0), in TaskStopwatch()906 wallclock_duration_ms_ = (end_time - start_time_).InMilliseconds(); in Stop()922 parent_->excluded_duration_ms_ += wallclock_duration_ms_; in Stop()939 return wallclock_duration_ms_ - excluded_duration_ms_; in RunDurationMs()
775 int32_t wallclock_duration_ms_; variable