Searched refs:start_time_ (Results 1 – 6 of 6) sorted by relevance
151 start_time_(0), in ThreadPool()218 start_time_ = NanoTime(); in StartWorkers()250 total_wait_time_ += wait_end - std::max(wait_start, start_time_); in GetTask()
197 uint64_t start_time_ GUARDED_BY(task_queue_lock_);
560 start_time_(MicroTime()), clock_overhead_ns_(GetClockOverheadNanoSeconds()), in Trace()574 Append8LE(buf_.get() + 8, start_time_); in Trace()628 uint64_t elapsed = MicroTime() - start_time_; in FinishTracing()808 *wall_clock_diff = MicroTime() - start_time_; in ReadClocks()
338 const uint64_t start_time_; variable
57 const uint64_t start_time_;
229 : start_time_(NanoTime()), collector_(collector), with_reporting_(with_reporting) { in ScopedPause()241 collector_->RegisterPause(NanoTime() - start_time_); in ~ScopedPause()