Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.cc163 start_time_(0), in ThreadPool()
230 start_time_ = NanoTime(); in StartWorkers()
262 total_wait_time_ += wait_end - std::max(wait_start, start_time_); in GetTask()
Dthread_pool.h197 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.h57 const uint64_t start_time_;
Dgarbage_collector.cc229 : start_time_(NanoTime()), collector_(collector), with_reporting_(with_reporting) { in ScopedPause()
241 collector_->RegisterPause(NanoTime() - start_time_); in ~ScopedPause()