Home
last modified time | relevance | path

Searched refs:start_time_ (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dthread_pool.cc173 start_time_(0), in ThreadPool()
240 start_time_ = NanoTime(); in StartWorkers()
272 total_wait_time_ += wait_end - std::max(wait_start, start_time_); in GetTask()
Dthread_pool.h204 uint64_t start_time_ GUARDED_BY(task_queue_lock_);
Dtrace.cc560 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()
Dtrace.h338 const uint64_t start_time_; variable
/art/runtime/gc/collector/
Dgarbage_collector.cc266 : start_time_(NanoTime()), collector_(collector), with_reporting_(with_reporting) { in ScopedPause()
278 collector_->RegisterPause(NanoTime() - start_time_); in ~ScopedPause()
Dgarbage_collector.h58 const uint64_t start_time_;
/art/odrefresh/
Dodrefresh.cc254 const time_t start_time_; member in art::odrefresh::OnDeviceRefresh
260 start_time_{time(nullptr)} {
279 time_t GetExecutionTimeUsed() const { return time(nullptr) - start_time_; } in GetExecutionTimeUsed()