Searched refs:end_us (Results 1 – 1 of 1) sorted by relevance
209 uint64_t end_us = start_us + profiler->options_.GetDurationS() * UINT64_C(1000000); in RunProfilerThread() local213 << PrettyDuration((end_us - start_us) * 1000); in RunProfilerThread()218 while (now_us < end_us) { in RunProfilerThread()