Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.cc209 uint64_t end_us = start_us + profiler->options_.GetDurationS() * UINT64_C(1000000); in RunProfilerThread() local
213 << PrettyDuration((end_us - start_us) * 1000); in RunProfilerThread()
218 while (now_us < end_us) { in RunProfilerThread()