Searched refs:wallclock_duration_ms_ (Results 1 – 2 of 2) sorted by relevance
818 : wallclock_duration_ms_(0), in TaskStopwatch()867 wallclock_duration_ms_ = (end_time - start_time_).InMilliseconds(); in Stop()883 parent_->excluded_duration_ms_ += wallclock_duration_ms_; in Stop()900 return wallclock_duration_ms_ - excluded_duration_ms_; in RunDurationMs()
766 int32_t wallclock_duration_ms_; variable