Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.cc180 start_time_(0), in ThreadPool()
247 start_time_ = NanoTime(); in StartWorkers()
284 total_wait_time_ += wait_end - std::max(wait_start, start_time_); in GetTask()
Dthread_pool.h207 uint64_t start_time_ GUARDED_BY(task_queue_lock_);
Dtrace.cc761 start_time_(GetMicroTime(GetTimestamp())), in Trace()
778 Append8LE(buf_.get() + 8, start_time_); in Trace()
826 uint64_t elapsed = GetMicroTime(GetTimestamp()) - start_time_; in FinishTracing()
1127 wall_time = GetMicroTime(timestamp) - start_time_; in FlushStreamingBuffer()
1204 uint32_t wall_clock_diff = GetMicroTime(timestamp_counter) - start_time_; in RecordMethodEvent()
Dtrace.h369 const uint64_t start_time_; variable
/art/runtime/gc/collector/
Dgarbage_collector.h58 const uint64_t start_time_;
Dgarbage_collector.cc287 : start_time_(NanoTime()), collector_(collector), with_reporting_(with_reporting) { in ScopedPause()
299 collector_->RegisterPause(NanoTime() - start_time_); in ~ScopedPause()
/art/odrefresh/
Dodrefresh.h383 const time_t start_time_; variable
Dodrefresh.cc678 start_time_{time(nullptr)},
697 time_t OnDeviceRefresh::GetExecutionTimeUsed() const { return time(nullptr) - start_time_; } in GetExecutionTimeUsed()