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